kpriyanshu256
commited on
Commit
•
1e77fd2
1
Parent(s):
a4f34e7
update model card README.md
Browse files
README.md
CHANGED
@@ -2,9 +2,23 @@
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
5 |
model-index:
|
6 |
- name: gpt-ya2-v2
|
7 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -12,7 +26,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# gpt-ya2-v2
|
14 |
|
15 |
-
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- kpriyanshu256/the_verge-linustechtips-two_min
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
model-index:
|
10 |
- name: gpt-ya2-v2
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Causal Language Modeling
|
14 |
+
type: text-generation
|
15 |
+
dataset:
|
16 |
+
name: kpriyanshu256/the_verge-linustechtips-two_min
|
17 |
+
type: kpriyanshu256/the_verge-linustechtips-two_min
|
18 |
+
metrics:
|
19 |
+
- name: Accuracy
|
20 |
+
type: accuracy
|
21 |
+
value: 0.3690952822914751
|
22 |
---
|
23 |
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
26 |
|
27 |
# gpt-ya2-v2
|
28 |
|
29 |
+
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the kpriyanshu256/the_verge-linustechtips-two_min dataset.
|
30 |
+
It achieves the following results on the evaluation set:
|
31 |
+
- Loss: 3.1519
|
32 |
+
- Accuracy: 0.3691
|
33 |
|
34 |
## Model description
|
35 |
|