terryspitz commited on
Commit
869a12e
1 Parent(s): 5621756

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -3
README.md CHANGED
@@ -1,4 +1,55 @@
1
  ---
2
- metrics:
3
- - accuracy
4
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model: terryspitz/gpt-font88-26
3
+ tags:
4
+ - generated_from_keras_callback
5
+ model-index:
6
+ - name: terryspitz/gpt-font88-26
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information Keras had access to. You should
11
+ probably proofread and complete it, then remove this comment. -->
12
+
13
+ # terryspitz/gpt2-font88-26
14
+
15
+ This model is a fine-tuned version of [terryspitz/gpt-font88-26](https://huggingface.co/terryspitz/gpt-font88-26) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Train Loss: 9.9
18
+ - Validation Loss: 9.9
19
+ - Epoch: 2
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': 2e-05, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False, 'weight_decay_rate': 0.01}
39
+ - training_precision: float32
40
+
41
+ ### Training results
42
+
43
+ | Train Loss | Validation Loss | Epoch |
44
+ |:----------:|:---------------:|:-----:|
45
+ | 9.4167 | 9.7575 | 0 |
46
+ | 9.0872 | 9.0641 | 1 |
47
+ | 9.8338 | 9.4268 | 2 |
48
+
49
+
50
+ ### Framework versions
51
+
52
+ - Transformers 4.42.4
53
+ - TensorFlow 2.17.0
54
+ - Datasets 2.21.0
55
+ - Tokenizers 0.19.1