Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use varun-v-rao/roberta-base-fp-sick with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use varun-v-rao/roberta-base-fp-sick with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="varun-v-rao/roberta-base-fp-sick")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("varun-v-rao/roberta-base-fp-sick") model = AutoModelForSequenceClassification.from_pretrained("varun-v-rao/roberta-base-fp-sick", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ base_model: roberta-base
|
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
datasets:
|
| 7 |
-
-
|
| 8 |
metrics:
|
| 9 |
- accuracy
|
| 10 |
model-index:
|
|
@@ -14,15 +14,15 @@ model-index:
|
|
| 14 |
name: Text Classification
|
| 15 |
type: text-classification
|
| 16 |
dataset:
|
| 17 |
-
name:
|
| 18 |
-
type:
|
| 19 |
config: default
|
| 20 |
split: validation
|
| 21 |
args: default
|
| 22 |
metrics:
|
| 23 |
- name: Accuracy
|
| 24 |
type: accuracy
|
| 25 |
-
value: 0.
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -30,10 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 30 |
|
| 31 |
# roberta-base-fp-sick
|
| 32 |
|
| 33 |
-
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
-
- Loss:
|
| 36 |
-
- Accuracy: 0.
|
| 37 |
|
| 38 |
## Model description
|
| 39 |
|
|
@@ -55,7 +55,7 @@ The following hyperparameters were used during training:
|
|
| 55 |
- learning_rate: 2e-05
|
| 56 |
- train_batch_size: 64
|
| 57 |
- eval_batch_size: 32
|
| 58 |
-
- seed:
|
| 59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 60 |
- lr_scheduler_type: linear
|
| 61 |
- num_epochs: 3
|
|
@@ -64,9 +64,9 @@ The following hyperparameters were used during training:
|
|
| 64 |
|
| 65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 67 |
-
| No log | 1.0 | 70 | 0.
|
| 68 |
-
| No log | 2.0 | 140 | 0.
|
| 69 |
-
| No log | 3.0 | 210 | 0.
|
| 70 |
|
| 71 |
|
| 72 |
### Framework versions
|
|
|
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
datasets:
|
| 7 |
+
- RobZamp/sick
|
| 8 |
metrics:
|
| 9 |
- accuracy
|
| 10 |
model-index:
|
|
|
|
| 14 |
name: Text Classification
|
| 15 |
type: text-classification
|
| 16 |
dataset:
|
| 17 |
+
name: sick
|
| 18 |
+
type: RobZamp/sick
|
| 19 |
config: default
|
| 20 |
split: validation
|
| 21 |
args: default
|
| 22 |
metrics:
|
| 23 |
- name: Accuracy
|
| 24 |
type: accuracy
|
| 25 |
+
value: 0.8787878787878788
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 30 |
|
| 31 |
# roberta-base-fp-sick
|
| 32 |
|
| 33 |
+
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the sick dataset.
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
+
- Loss: 0.3257
|
| 36 |
+
- Accuracy: 0.8788
|
| 37 |
|
| 38 |
## Model description
|
| 39 |
|
|
|
|
| 55 |
- learning_rate: 2e-05
|
| 56 |
- train_batch_size: 64
|
| 57 |
- eval_batch_size: 32
|
| 58 |
+
- seed: 59
|
| 59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 60 |
- lr_scheduler_type: linear
|
| 61 |
- num_epochs: 3
|
|
|
|
| 64 |
|
| 65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 67 |
+
| No log | 1.0 | 70 | 0.3581 | 0.8768 |
|
| 68 |
+
| No log | 2.0 | 140 | 0.3995 | 0.8465 |
|
| 69 |
+
| No log | 3.0 | 210 | 0.3257 | 0.8788 |
|
| 70 |
|
| 71 |
|
| 72 |
### Framework versions
|