Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use fredymad/robertuito_Pfinal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fredymad/robertuito_Pfinal with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="fredymad/robertuito_Pfinal")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("fredymad/robertuito_Pfinal") model = AutoModelForSequenceClassification.from_pretrained("fredymad/robertuito_Pfinal", device_map="auto") - Notebooks
- Google Colab
- Kaggle
update model card README.md
Browse files
README.md
CHANGED
|
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [pysentimiento/robertuito-base-uncased](https://huggingface.co/pysentimiento/robertuito-base-uncased) on the None dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Loss: 0.
|
| 19 |
-
- F1: 0.
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -47,13 +47,13 @@ The following hyperparameters were used during training:
|
|
| 47 |
|
| 48 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
| 49 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 50 |
-
| 0.
|
| 51 |
-
| 0.
|
| 52 |
|
| 53 |
|
| 54 |
### Framework versions
|
| 55 |
|
| 56 |
- Transformers 4.28.0
|
| 57 |
-
- Pytorch
|
| 58 |
- Datasets 2.12.0
|
| 59 |
- Tokenizers 0.13.3
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [pysentimiento/robertuito-base-uncased](https://huggingface.co/pysentimiento/robertuito-base-uncased) on the None dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 0.2105
|
| 19 |
+
- F1: 0.7639
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 47 |
|
| 48 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
| 49 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 50 |
+
| 0.2254 | 1.0 | 669 | 0.1746 | 0.7618 |
|
| 51 |
+
| 0.1557 | 2.0 | 1338 | 0.2105 | 0.7639 |
|
| 52 |
|
| 53 |
|
| 54 |
### Framework versions
|
| 55 |
|
| 56 |
- Transformers 4.28.0
|
| 57 |
+
- Pytorch 1.13.1+cu117
|
| 58 |
- Datasets 2.12.0
|
| 59 |
- Tokenizers 0.13.3
|