weathon commited on
Commit
00fbb2c
·
verified ·
1 Parent(s): b0c8b7a

End of training

Browse files
Files changed (2) hide show
  1. README.md +89 -0
  2. generation_config.json +7 -0
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: weathon/3d2smiles_pretrain
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: 3d2smiles_finetune
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # 3d2smiles_finetune
18
+
19
+ This model is a fine-tuned version of [weathon/3d2smiles_pretrain](https://huggingface.co/weathon/3d2smiles_pretrain) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.4714
22
+ - Accuracy: 0.4120
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 3e-05
42
+ - train_batch_size: 32
43
+ - eval_batch_size: 32
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 2
46
+ - total_train_batch_size: 64
47
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 10
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
+ |:-------------:|:------:|:----:|:---------------:|:--------:|
56
+ | 0.41 | 0.3774 | 10 | 0.8015 | 0.1049 |
57
+ | 0.2302 | 0.7547 | 20 | 0.5705 | 0.1910 |
58
+ | 0.1801 | 1.1132 | 30 | 0.5391 | 0.2509 |
59
+ | 0.1879 | 1.4906 | 40 | 0.4875 | 0.2622 |
60
+ | 0.1389 | 1.8679 | 50 | 0.5139 | 0.3296 |
61
+ | 0.1634 | 2.2264 | 60 | 0.4879 | 0.3071 |
62
+ | 0.1402 | 2.6038 | 70 | 0.4782 | 0.3221 |
63
+ | 0.1018 | 2.9811 | 80 | 0.4901 | 0.3296 |
64
+ | 0.0793 | 3.3396 | 90 | 0.4689 | 0.3558 |
65
+ | 0.101 | 3.7170 | 100 | 0.4683 | 0.3633 |
66
+ | 0.0477 | 4.0755 | 110 | 0.5388 | 0.2884 |
67
+ | 0.0371 | 4.4528 | 120 | 0.4656 | 0.3446 |
68
+ | 0.0479 | 4.8302 | 130 | 0.4971 | 0.3221 |
69
+ | 0.0724 | 5.1887 | 140 | 0.4574 | 0.3708 |
70
+ | 0.0724 | 5.5660 | 150 | 0.4835 | 0.3184 |
71
+ | 0.0725 | 5.9434 | 160 | 0.4972 | 0.3558 |
72
+ | 0.0315 | 6.3019 | 170 | 0.5047 | 0.4270 |
73
+ | 0.0399 | 6.6792 | 180 | 0.4781 | 0.3933 |
74
+ | 0.0441 | 7.0377 | 190 | 0.5256 | 0.3858 |
75
+ | 0.0454 | 7.4151 | 200 | 0.5122 | 0.3596 |
76
+ | 0.0355 | 7.7925 | 210 | 0.4925 | 0.4082 |
77
+ | 0.03 | 8.1509 | 220 | 0.4900 | 0.4045 |
78
+ | 0.0294 | 8.5283 | 230 | 0.4715 | 0.4195 |
79
+ | 0.0239 | 8.9057 | 240 | 0.4741 | 0.4157 |
80
+ | 0.022 | 9.2642 | 250 | 0.4644 | 0.4120 |
81
+ | 0.0286 | 9.6415 | 260 | 0.4714 | 0.4120 |
82
+
83
+
84
+ ### Framework versions
85
+
86
+ - Transformers 4.48.1
87
+ - Pytorch 2.5.1+cu121
88
+ - Datasets 3.2.0
89
+ - Tokenizers 0.21.0
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 101,
4
+ "eos_token_id": 102,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.48.1"
7
+ }