Update model information
Browse files
README.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
license: mit
|
| 4 |
-
base_model:
|
|
|
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
model-index:
|
| 8 |
- name: twitter_sentiment_small
|
| 9 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -47,4 +55,4 @@ The following hyperparameters were used during training:
|
|
| 47 |
- Transformers 4.44.2
|
| 48 |
- Pytorch 2.5.0+cu121
|
| 49 |
- Datasets 3.1.0
|
| 50 |
-
- Tokenizers 0.19.1
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
license: mit
|
| 4 |
+
base_model:
|
| 5 |
+
- microsoft/deberta-v3-base
|
| 6 |
tags:
|
| 7 |
- generated_from_trainer
|
| 8 |
model-index:
|
| 9 |
- name: twitter_sentiment_small
|
| 10 |
results: []
|
| 11 |
+
datasets:
|
| 12 |
+
- absonS/twitter_sentiment_small
|
| 13 |
+
language:
|
| 14 |
+
- en
|
| 15 |
+
metrics:
|
| 16 |
+
- accuracy
|
| 17 |
+
pipeline_tag: text-classification
|
| 18 |
---
|
| 19 |
|
| 20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 55 |
- Transformers 4.44.2
|
| 56 |
- Pytorch 2.5.0+cu121
|
| 57 |
- Datasets 3.1.0
|
| 58 |
+
- Tokenizers 0.19.1
|