Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,8 @@ metrics:
|
|
7 |
model-index:
|
8 |
- name: undersampled-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,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# undersampled-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.4412
|
20 |
- F1 Macro: 0.7799
|
@@ -61,4 +66,4 @@ The following hyperparameters were used during training:
|
|
61 |
- Transformers 4.32.1
|
62 |
- Pytorch 2.0.1+cu118
|
63 |
- Datasets 2.14.4
|
64 |
-
- Tokenizers 0.13.3
|
|
|
7 |
model-index:
|
8 |
- name: undersampled-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 |
# undersampled-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. Undersampling techniques were used to optimize the model for predicting
|
21 |
+
Yelp review ratings.
|
22 |
+
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 0.4412
|
25 |
- F1 Macro: 0.7799
|
|
|
66 |
- Transformers 4.32.1
|
67 |
- Pytorch 2.0.1+cu118
|
68 |
- Datasets 2.14.4
|
69 |
+
- Tokenizers 0.13.3
|