Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,13 @@ tags:
|
|
4 |
model-index:
|
5 |
- name: sentiment-polish-gpt2-large
|
6 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -11,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
11 |
|
12 |
# sentiment-polish-gpt2-large
|
13 |
|
14 |
-
This model
|
15 |
It achieves the following results on the evaluation set:
|
16 |
- epoch: 10.0
|
17 |
- eval_accuracy: 0.9634
|
@@ -53,4 +60,4 @@ The following hyperparameters were used during training:
|
|
53 |
- Transformers 4.37.2
|
54 |
- Pytorch 2.2.0+cu121
|
55 |
- Datasets 2.17.0
|
56 |
-
- Tokenizers 0.15.1
|
|
|
4 |
model-index:
|
5 |
- name: sentiment-polish-gpt2-large
|
6 |
results: []
|
7 |
+
license: mit
|
8 |
+
datasets:
|
9 |
+
- clarin-pl/polemo2-official
|
10 |
+
language:
|
11 |
+
- pl
|
12 |
+
metrics:
|
13 |
+
- accuracy
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
18 |
|
19 |
# sentiment-polish-gpt2-large
|
20 |
|
21 |
+
This model is a fine-tuned version of [sdadas/polish-gpt2-large](https://huggingface.co/sdadas/polish-gpt2-large) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- epoch: 10.0
|
24 |
- eval_accuracy: 0.9634
|
|
|
60 |
- Transformers 4.37.2
|
61 |
- Pytorch 2.2.0+cu121
|
62 |
- Datasets 2.17.0
|
63 |
+
- Tokenizers 0.15.1
|