Text Classification
Transformers
TensorBoard
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use NurErtug/crowd_sourced_web_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NurErtug/crowd_sourced_web_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="NurErtug/crowd_sourced_web_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("NurErtug/crowd_sourced_web_classifier") model = AutoModelForSequenceClassification.from_pretrained("NurErtug/crowd_sourced_web_classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1112223464
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f512a65a7d487f195d1938eb9b6abf39a94ffeebdb3749a6a41560e643c5b388
|
| 3 |
size 1112223464
|
runs/Nov25_10-41-59_tsf-508-wpa-1-223.epfl.ch/events.out.tfevents.1764063726.tsf-508-wpa-1-223.epfl.ch.3565.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0e35aaff0e3da5012f28ce214cae1728af650eb2454efbfb4da4c2dd469f6c4
|
| 3 |
+
size 6285
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c56da2f976728a25babf5f5b3b308b85e5365776d80ada3ec74d4b996db2e6f
|
| 3 |
size 5841
|