Text Classification
Transformers
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use leomaurodesenv/roberta-base-answerable-or-not-augmented with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use leomaurodesenv/roberta-base-answerable-or-not-augmented with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="leomaurodesenv/roberta-base-answerable-or-not-augmented")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("leomaurodesenv/roberta-base-answerable-or-not-augmented") model = AutoModelForSequenceClassification.from_pretrained("leomaurodesenv/roberta-base-answerable-or-not-augmented", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- README.md +14 -16
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -7,19 +7,19 @@ tags:
|
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
model-index:
|
| 10 |
-
- name: roberta-base-answerable-or-not
|
| 11 |
results: []
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
|
| 17 |
-
# roberta-base-answerable-or-not
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -49,18 +49,16 @@ The following hyperparameters were used during training:
|
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
-
| Training Loss | Epoch | Step
|
| 53 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.0000 | 9.0 | 1782 | 0.0616 | 0.9924 |
|
| 63 |
-
| 0.0000 | 10.0 | 1980 | 0.0641 | 0.9924 |
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
|
|
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
model-index:
|
| 10 |
+
- name: roberta-base-answerable-or-not-augmented
|
| 11 |
results: []
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
|
| 17 |
+
# roberta-base-answerable-or-not-augmented
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.3072
|
| 22 |
+
- Accuracy: 0.9396
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 53 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
| 54 |
+
| 0.3439 | 1.0 | 1367 | 0.3772 | 0.8858 |
|
| 55 |
+
| 0.2955 | 2.0 | 2734 | 0.3278 | 0.9199 |
|
| 56 |
+
| 0.2421 | 3.0 | 4101 | 0.3375 | 0.9272 |
|
| 57 |
+
| 0.1169 | 4.0 | 5468 | 0.3935 | 0.9265 |
|
| 58 |
+
| 0.0190 | 5.0 | 6835 | 0.3073 | 0.9393 |
|
| 59 |
+
| 0.2265 | 6.0 | 8202 | 0.4381 | 0.9283 |
|
| 60 |
+
| 0.0310 | 7.0 | 9569 | 0.3289 | 0.9352 |
|
| 61 |
+
| 0.0001 | 8.0 | 10936 | 0.4086 | 0.9371 |
|
|
|
|
|
|
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498612800
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc98b4c5fc53e9decd31f9f62cc51e8608252cd3ddc0bf1495edde2a339ac044
|
| 3 |
size 498612800
|