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
End of training
Browse files
README.md
CHANGED
|
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 1.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -45,16 +45,15 @@ The following hyperparameters were used during training:
|
|
| 45 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 46 |
- lr_scheduler_type: linear
|
| 47 |
- num_epochs: 4
|
| 48 |
-
- label_smoothing_factor: 0.1
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 54 |
-
| 1.
|
| 55 |
-
| 1.
|
| 56 |
-
| 1.
|
| 57 |
-
| 1.
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 1.0079
|
| 22 |
+
- Accuracy: 0.6741
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 45 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 46 |
- lr_scheduler_type: linear
|
| 47 |
- num_epochs: 4
|
|
|
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
| 51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 53 |
+
| 1.6323 | 1.0 | 79 | 1.3051 | 0.5778 |
|
| 54 |
+
| 1.3752 | 2.0 | 158 | 1.2841 | 0.5148 |
|
| 55 |
+
| 1.2269 | 3.0 | 237 | 1.0283 | 0.6407 |
|
| 56 |
+
| 1.2356 | 4.0 | 316 | 1.0079 | 0.6741 |
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
runs/Nov30_14-07-21_tsf-508-wpa-6-167.epfl.ch/events.out.tfevents.1764508043.tsf-508-wpa-6-167.epfl.ch.4660.2
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:e2d69a4b7a52df2b1443716f61f6f078e27f4a97de8aae2fbabdce482f90691d
|
| 3 |
+
size 13574
|