AhmedTaha012
commited on
Commit
•
cfe821c
1
Parent(s):
3cfda59
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: gptneo-TxtToJson-v0.1.16
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
+
should probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# gptneo-TxtToJson-v0.1.16
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [EleutherAI/gpt-neo-125m](https://huggingface.co/EleutherAI/gpt-neo-125m) on the None dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.1180
|
18 |
+
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Training hyperparameters
|
34 |
+
|
35 |
+
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 0.0002
|
37 |
+
- train_batch_size: 2
|
38 |
+
- eval_batch_size: 2
|
39 |
+
- seed: 42
|
40 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
+
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 20
|
43 |
+
|
44 |
+
### Training results
|
45 |
+
|
46 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
+
| No log | 1.0 | 88 | 0.6397 |
|
49 |
+
| No log | 2.0 | 176 | 0.5158 |
|
50 |
+
| No log | 3.0 | 264 | 0.4083 |
|
51 |
+
| No log | 4.0 | 352 | 0.2929 |
|
52 |
+
| No log | 5.0 | 440 | 0.2384 |
|
53 |
+
| 0.3687 | 6.0 | 528 | 0.1904 |
|
54 |
+
| 0.3687 | 7.0 | 616 | 0.1638 |
|
55 |
+
| 0.3687 | 8.0 | 704 | 0.1485 |
|
56 |
+
| 0.3687 | 9.0 | 792 | 0.1405 |
|
57 |
+
| 0.3687 | 10.0 | 880 | 0.1277 |
|
58 |
+
| 0.3687 | 11.0 | 968 | 0.1232 |
|
59 |
+
| 0.0629 | 12.0 | 1056 | 0.1291 |
|
60 |
+
| 0.0629 | 13.0 | 1144 | 0.1159 |
|
61 |
+
| 0.0629 | 14.0 | 1232 | 0.1123 |
|
62 |
+
| 0.0629 | 15.0 | 1320 | 0.1160 |
|
63 |
+
| 0.0629 | 16.0 | 1408 | 0.1159 |
|
64 |
+
| 0.0629 | 17.0 | 1496 | 0.1195 |
|
65 |
+
| 0.0137 | 18.0 | 1584 | 0.1186 |
|
66 |
+
| 0.0137 | 19.0 | 1672 | 0.1179 |
|
67 |
+
| 0.0137 | 20.0 | 1760 | 0.1180 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.27.4
|
73 |
+
- Pytorch 1.13.0
|
74 |
+
- Datasets 2.1.0
|
75 |
+
- Tokenizers 0.13.2
|