Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,8 @@ metrics:
|
|
| 7 |
model-index:
|
| 8 |
- name: full-review-clf
|
| 9 |
results: []
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -14,7 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
# full-review-clf
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest) on
|
|
|
|
|
|
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
- Loss: 0.8198
|
| 20 |
- F1 Macro: 0.6358
|
|
@@ -65,4 +69,4 @@ The following hyperparameters were used during training:
|
|
| 65 |
- Transformers 4.32.1
|
| 66 |
- Pytorch 2.0.1+cu118
|
| 67 |
- Datasets 2.14.4
|
| 68 |
-
- Tokenizers 0.13.3
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: full-review-clf
|
| 9 |
results: []
|
| 10 |
+
datasets:
|
| 11 |
+
- justina/yelp_boba_reviews
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 16 |
|
| 17 |
# full-review-clf
|
| 18 |
|
| 19 |
+
This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest) on
|
| 20 |
+
[justina/yelp-boba-reviews](https://huggingface.co/datasets/justina/yelp_boba_reviews) dataset.
|
| 21 |
+
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
- Loss: 0.8198
|
| 24 |
- F1 Macro: 0.6358
|
|
|
|
| 69 |
- Transformers 4.32.1
|
| 70 |
- Pytorch 2.0.1+cu118
|
| 71 |
- Datasets 2.14.4
|
| 72 |
+
- Tokenizers 0.13.3
|