manotham commited on
Commit
20768b4
·
verified ·
1 Parent(s): 7023ce9

End of training

Browse files
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: seyonec/PubChem10M_SMILES_BPE_450k
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ - f1
11
+ model-index:
12
+ - name: manotham-finetuneClassfication-AlzheimerDrug
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # manotham-finetuneClassfication-AlzheimerDrug
20
+
21
+ This model is a fine-tuned version of [seyonec/PubChem10M_SMILES_BPE_450k](https://huggingface.co/seyonec/PubChem10M_SMILES_BPE_450k) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.2675
24
+ - Accuracy: 0.9383
25
+ - Precision: 0.9398
26
+ - Recall: 0.9383
27
+ - F1: 0.9382
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 2e-05
47
+ - train_batch_size: 64
48
+ - eval_batch_size: 64
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 5
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
58
+ | No log | 1.0 | 75 | 0.2011 | 0.9408 | 0.9418 | 0.9408 | 0.9408 |
59
+ | No log | 2.0 | 150 | 0.2087 | 0.9475 | 0.9475 | 0.9475 | 0.9475 |
60
+ | No log | 3.0 | 225 | 0.2427 | 0.945 | 0.9457 | 0.945 | 0.9450 |
61
+ | No log | 4.0 | 300 | 0.2497 | 0.9417 | 0.9424 | 0.9417 | 0.9416 |
62
+ | No log | 5.0 | 375 | 0.2675 | 0.9383 | 0.9398 | 0.9383 | 0.9382 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.44.2
68
+ - Pytorch 2.5.0+cu121
69
+ - Datasets 3.1.0
70
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "seyonec/PubChem10M_SMILES_BPE_450k",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "layer_norm_eps": 1e-12,
17
+ "max_position_embeddings": 512,
18
+ "model_type": "roberta",
19
+ "num_attention_heads": 12,
20
+ "num_hidden_layers": 6,
21
+ "pad_token_id": 1,
22
+ "position_embedding_type": "absolute",
23
+ "problem_type": "single_label_classification",
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.44.2",
26
+ "type_vocab_size": 1,
27
+ "use_cache": true,
28
+ "vocab_size": 52000
29
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e00cfe9715d5c4ce6b090bc6a852ccfcb9859cde9d3ef21561c6c47f40734f7
3
+ size 333816056
runs/Nov01_07-01-24_e8e40170c1b4/events.out.tfevents.1730444612.e8e40170c1b4.9863.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a24527ae75f818559183df3c5285116d3c26bea2dff79f43b00439272c038678
3
+ size 7851
runs/Nov01_07-01-24_e8e40170c1b4/events.out.tfevents.1730444962.e8e40170c1b4.9863.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22a00463da8c1fe3e78c03551cb43bd42946c7b74c3dd1e3b2d0f9509e321d6d
3
+ size 560
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0585723ccaa1fe728b8ed042b47afa356bac17741a37ec5acae65afe69304fe
3
+ size 5240