Model save
Browse files
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: gpt2-medium
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: zinc10M_gpt2-medium_SMILES_step1
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# zinc10M_gpt2-medium_SMILES_step1
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [gpt2-medium](https://huggingface.co/gpt2-medium) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.5598
|
21 |
+
- Accuracy: 0.8151
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 5e-05
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- distributed_type: multi-GPU
|
45 |
+
- num_devices: 8
|
46 |
+
- total_train_batch_size: 64
|
47 |
+
- total_eval_batch_size: 64
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 10.0
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
+
|:-------------:|:-----:|:------:|:---------------:|:--------:|
|
56 |
+
| 0.635 | 1.0 | 10635 | 0.6169 | 0.8007 |
|
57 |
+
| 0.6073 | 2.0 | 21270 | 0.5937 | 0.8066 |
|
58 |
+
| 0.5932 | 3.0 | 31905 | 0.5828 | 0.8093 |
|
59 |
+
| 0.5843 | 4.0 | 42540 | 0.5754 | 0.8112 |
|
60 |
+
| 0.5782 | 5.0 | 53175 | 0.5704 | 0.8124 |
|
61 |
+
| 0.5729 | 6.0 | 63810 | 0.5666 | 0.8134 |
|
62 |
+
| 0.5691 | 7.0 | 74445 | 0.5638 | 0.8141 |
|
63 |
+
| 0.5666 | 8.0 | 85080 | 0.5620 | 0.8145 |
|
64 |
+
| 0.5644 | 9.0 | 95715 | 0.5606 | 0.8149 |
|
65 |
+
| 0.5629 | 10.0 | 106350 | 0.5598 | 0.8151 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.36.0.dev0
|
71 |
+
- Pytorch 2.1.1+cu121
|
72 |
+
- Datasets 2.15.0
|
73 |
+
- Tokenizers 0.15.0
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 50256,
|
4 |
+
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.36.0.dev0"
|
6 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1419322880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:022d9637ed015c7b1026887f43ff67d29b3d3495f903ac0c52115267ed059fb2
|
3 |
size 1419322880
|
runs/Feb19_03-09-40_rbdgx1/events.out.tfevents.1708333805.rbdgx1.4168809.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71f602b9fd1921432e91ca59af3887fb8b1ee05e0b035756f830751d13b651df
|
3 |
+
size 42103
|