shrinath-suresh commited on
Commit
4f0629b
·
1 Parent(s): d793dc8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,6 +1,9 @@
1
  ---
 
2
  tags:
3
  - generated_from_trainer
 
 
4
  model-index:
5
  - name: gpt2
6
  results: []
@@ -11,7 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
11
 
12
  # gpt2
13
 
14
- This model was trained from scratch on an unknown dataset.
 
 
 
15
 
16
  ## Model description
17
 
 
1
  ---
2
+ license: mit
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
  model-index:
8
  - name: gpt2
9
  results: []
 
14
 
15
  # gpt2
16
 
17
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.0655
20
+ - Accuracy: 0.7402
21
 
22
  ## Model description
23