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 316
Browse files- model.safetensors +1 -1
- runs/Nov30_14-25-03_tsf-508-wpa-6-167.epfl.ch/events.out.tfevents.1764509108.tsf-508-wpa-6-167.epfl.ch.6811.0 +2 -2
- runs/Nov30_14-25-03_tsf-508-wpa-6-167.epfl.ch/events.out.tfevents.1764509156.tsf-508-wpa-6-167.epfl.ch.6811.1 +3 -0
- runs/Nov30_14-26-55_tsf-508-wpa-6-167.epfl.ch/events.out.tfevents.1764509215.tsf-508-wpa-6-167.epfl.ch.6811.2 +3 -0
- training_args.bin +1 -1
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:25b2aef5eb3be2e2fc76bc8e2dc09ff140765f393cb6f5aeff961c9e893ae18e
|
| 3 |
size 1112223464
|
runs/Nov30_14-25-03_tsf-508-wpa-6-167.epfl.ch/events.out.tfevents.1764509108.tsf-508-wpa-6-167.epfl.ch.6811.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fc97b9da2f10f39f594467833161abf4f4bdff47a4b29b88e50de32bad2fbbf
|
| 3 |
+
size 13560
|
runs/Nov30_14-25-03_tsf-508-wpa-6-167.epfl.ch/events.out.tfevents.1764509156.tsf-508-wpa-6-167.epfl.ch.6811.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3db763043175ae0c73f64ba02f94edbe67b5191a4acec449be98c39f38bc66aa
|
| 3 |
+
size 12524
|
runs/Nov30_14-26-55_tsf-508-wpa-6-167.epfl.ch/events.out.tfevents.1764509215.tsf-508-wpa-6-167.epfl.ch.6811.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e5794d4de45b07029bf0b247587408840f5b95e891433423f9f1ecfd63c150e
|
| 3 |
+
size 12883
|
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:2bd192214124a96af88f1e717f3ee0d1d0d94d05f5022ccfd8e27fdd5a2f0a71
|
| 3 |
size 5841
|