AlekseyKorshuk
commited on
Commit
•
456b5ca
1
Parent(s):
2f6f192
update model card README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
-
- short-jokes
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
model-index:
|
@@ -13,8 +13,8 @@ model-index:
|
|
13 |
name: Causal Language Modeling
|
14 |
type: text-generation
|
15 |
dataset:
|
16 |
-
name: short-jokes
|
17 |
-
type: short-jokes
|
18 |
config: default
|
19 |
split: train[:5%]
|
20 |
args: default
|
@@ -29,7 +29,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
# pythia-1.4b-deduped-jokes
|
31 |
|
32 |
-
This model is a fine-tuned version of [EleutherAI/pythia-1.4b-deduped](https://huggingface.co/EleutherAI/pythia-1.4b-deduped) on the short-jokes dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
- Loss: 0.0699
|
35 |
- Accuracy: 0.9870
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- Fraser/short-jokes
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
model-index:
|
|
|
13 |
name: Causal Language Modeling
|
14 |
type: text-generation
|
15 |
dataset:
|
16 |
+
name: Fraser/short-jokes
|
17 |
+
type: Fraser/short-jokes
|
18 |
config: default
|
19 |
split: train[:5%]
|
20 |
args: default
|
|
|
29 |
|
30 |
# pythia-1.4b-deduped-jokes
|
31 |
|
32 |
+
This model is a fine-tuned version of [EleutherAI/pythia-1.4b-deduped](https://huggingface.co/EleutherAI/pythia-1.4b-deduped) on the Fraser/short-jokes dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
- Loss: 0.0699
|
35 |
- Accuracy: 0.9870
|