fdastak commited on
Commit
65e95db
·
verified ·
1 Parent(s): 7f6d5df

fdastak/FoodEntity_Hybrid_Lora_Freezing_v1

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: dmis-lab/biobert-v1.1
4
+ tags:
5
+ - base_model:adapter:dmis-lab/biobert-v1.1
6
+ - lora
7
+ - transformers
8
+ metrics:
9
+ - precision
10
+ - recall
11
+ - f1
12
+ - accuracy
13
+ model-index:
14
+ - name: FoodEntity_Hybrid_Lora_Freezing_v1
15
+ results: []
16
+ ---
17
+
18
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
19
+ should probably proofread and complete it, then remove this comment. -->
20
+
21
+ # FoodEntity_Hybrid_Lora_Freezing_v1
22
+
23
+ This model is a fine-tuned version of [dmis-lab/biobert-v1.1](https://huggingface.co/dmis-lab/biobert-v1.1) on an unknown dataset.
24
+ It achieves the following results on the evaluation set:
25
+ - Loss: 0.0060
26
+ - Precision: 0.7778
27
+ - Recall: 0.8509
28
+ - F1: 0.8127
29
+ - Accuracy: 0.9804
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 5e-05
49
+ - train_batch_size: 8
50
+ - eval_batch_size: 8
51
+ - seed: 42
52
+ - gradient_accumulation_steps: 4
53
+ - total_train_batch_size: 32
54
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
55
+ - lr_scheduler_type: linear
56
+ - lr_scheduler_warmup_ratio: 0.1
57
+ - num_epochs: 2
58
+ - mixed_precision_training: Native AMP
59
+
60
+ ### Training results
61
+
62
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
63
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
64
+ | 0.0194 | 1.0 | 117 | 0.0076 | 0.7206 | 0.8321 | 0.7723 | 0.9736 |
65
+ | 0.0059 | 2.0 | 234 | 0.0060 | 0.7778 | 0.8509 | 0.8127 | 0.9804 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - PEFT 0.18.0
71
+ - Transformers 4.55.4
72
+ - Pytorch 2.8.0+cpu
73
+ - Datasets 4.0.0
74
+ - Tokenizers 0.21.4