Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
- precision
|
@@ -11,6 +12,8 @@ base_model: roberta-large
|
|
11 |
model-index:
|
12 |
- name: roberta-large-go-emotions
|
13 |
results: []
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -18,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# roberta-large-go-emotions
|
20 |
|
21 |
-
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on an
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 0.0827
|
24 |
- Accuracy: 0.4589
|
@@ -66,4 +69,4 @@ The following hyperparameters were used during training:
|
|
66 |
- Transformers 4.37.0
|
67 |
- Pytorch 2.1.2
|
68 |
- Datasets 2.15.0
|
69 |
-
- Tokenizers 0.15.1
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
- text_classification
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
- precision
|
|
|
12 |
model-index:
|
13 |
- name: roberta-large-go-emotions
|
14 |
results: []
|
15 |
+
datasets:
|
16 |
+
- go_emotions
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
21 |
|
22 |
# roberta-large-go-emotions
|
23 |
|
24 |
+
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on an go emotion dataset.
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 0.0827
|
27 |
- Accuracy: 0.4589
|
|
|
69 |
- Transformers 4.37.0
|
70 |
- Pytorch 2.1.2
|
71 |
- Datasets 2.15.0
|
72 |
+
- Tokenizers 0.15.1
|