jonra1993 commited on
Commit
18f0e91
·
1 Parent(s): c5b22c2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -14
README.md CHANGED
@@ -1,9 +1,6 @@
1
  ---
2
  license: mit
3
  tags:
4
- - text-generation
5
- - quotes
6
- - quote
7
  - generated_from_trainer
8
  model-index:
9
  - name: jrtec-gpt2-text-generation-quotes-jonathan-vargas
@@ -15,9 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # jrtec-gpt2-text-generation-quotes-jonathan-vargas
17
 
18
- This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the datasetX dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.4400
21
 
22
  ## Model description
23
 
@@ -48,16 +45,13 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
- | 1.2033 | 0.73 | 500 | 0.4517 |
52
- | 0.6954 | 1.45 | 1000 | 0.4426 |
53
- | 0.6643 | 2.18 | 1500 | 0.4414 |
54
- | 0.6162 | 2.9 | 2000 | 0.4400 |
55
- | 0.5955 | 3.63 | 2500 | 0.4427 |
56
 
57
 
58
  ### Framework versions
59
 
60
- - Transformers 4.20.1
61
- - Pytorch 1.11.0
62
- - Datasets 2.1.0
63
- - Tokenizers 0.12.1
 
1
  ---
2
  license: mit
3
  tags:
 
 
 
4
  - generated_from_trainer
5
  model-index:
6
  - name: jrtec-gpt2-text-generation-quotes-jonathan-vargas
 
12
 
13
  # jrtec-gpt2-text-generation-quotes-jonathan-vargas
14
 
15
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.7084
18
 
19
  ## Model description
20
 
 
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
+ | 0.7463 | 1.71 | 500 | 0.7033 |
49
+ | 0.4281 | 3.41 | 1000 | 0.7084 |
 
 
 
50
 
51
 
52
  ### Framework versions
53
 
54
+ - Transformers 4.24.0
55
+ - Pytorch 1.12.1+cu113
56
+ - Datasets 2.6.1
57
+ - Tokenizers 0.13.1