Mardiyyah commited on
Commit
9bf36a6
·
verified ·
1 Parent(s): d8e3ae0

Model save

Browse files
Files changed (5) hide show
  1. README.md +68 -0
  2. config.json +25 -0
  3. generation_config.json +5 -0
  4. model.safetensors +3 -0
  5. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: bioformers/bioformer-16L
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: TAPT_data-V2_Bioformer-16L_LR-0.0005
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # TAPT_data-V2_Bioformer-16L_LR-0.0005
16
+
17
+ This model is a fine-tuned version of [bioformers/bioformer-16L](https://huggingface.co/bioformers/bioformer-16L) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.4749
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
+ - learning_rate: 0.0005
39
+ - train_batch_size: 16
40
+ - eval_batch_size: 16
41
+ - seed: 3407
42
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-06 and optimizer_args=No additional optimizer arguments
43
+ - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_ratio: 0.06
45
+ - num_epochs: 10
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 2.9555 | 1.0 | 609 | 3.8842 |
52
+ | 3.4591 | 2.0 | 1218 | 4.1767 |
53
+ | 3.3266 | 3.0 | 1827 | 4.2016 |
54
+ | 3.0264 | 4.0 | 2436 | 4.0258 |
55
+ | 2.7402 | 5.0 | 3045 | 3.8214 |
56
+ | 2.4781 | 6.0 | 3654 | 3.8107 |
57
+ | 2.2409 | 7.0 | 4263 | 3.6859 |
58
+ | 1.9816 | 8.0 | 4872 | 3.6026 |
59
+ | 1.7825 | 9.0 | 5481 | 3.4999 |
60
+ | 1.6141 | 10.0 | 6090 | 3.4749 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.48.2
66
+ - Pytorch 2.4.1+cu121
67
+ - Datasets 3.0.2
68
+ - Tokenizers 0.21.0
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bioformers/bioformer-16L",
3
+ "architectures": [
4
+ "BertForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": 0.1,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 384,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 1536,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 1024,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 6,
17
+ "num_hidden_layers": 16,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.48.2",
22
+ "type_vocab_size": 2,
23
+ "use_cache": true,
24
+ "vocab_size": 32768
25
+ }
generation_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "pad_token_id": 0,
4
+ "transformers_version": "4.48.2"
5
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af4d5cf55efdac5d5caa5620ac829ecf2a4906a99ce4857d11657f7dda3bd6d1
3
+ size 166232944
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5665c369f50b7c9138002907351a331344f929ed059e1aa8ed50c50e9aecceb
3
+ size 5368