rishavranaut commited on
Commit
586792b
1 Parent(s): bc90a5e

rishavranaut/QWEN_2_7B_MT

Browse files
Files changed (2) hide show
  1. README.md +86 -0
  2. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: Qwen/Qwen2-7B
7
+ metrics:
8
+ - accuracy
9
+ - precision
10
+ - recall
11
+ model-index:
12
+ - name: QWEN_2_7B_MT
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
+ # QWEN_2_7B_MT
20
+
21
+ This model is a fine-tuned version of [Qwen/Qwen2-7B](https://huggingface.co/Qwen/Qwen2-7B) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.7702
24
+ - Accuracy: 0.78
25
+ - Precision: 0.7979
26
+ - Recall: 0.75
27
+ - F1 score: 0.7732
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: 0.0001
47
+ - train_batch_size: 8
48
+ - eval_batch_size: 8
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 score |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:--------:|
58
+ | 0.93 | 0.25 | 200 | 0.8818 | 0.6517 | 0.7264 | 0.4867 | 0.5828 |
59
+ | 0.6783 | 0.5 | 400 | 1.1545 | 0.59 | 0.7411 | 0.2767 | 0.4029 |
60
+ | 0.6849 | 0.75 | 600 | 0.7826 | 0.685 | 0.7424 | 0.5667 | 0.6427 |
61
+ | 0.6378 | 1.0 | 800 | 0.7399 | 0.695 | 0.7647 | 0.5633 | 0.6488 |
62
+ | 0.4773 | 1.25 | 1000 | 0.9978 | 0.66 | 0.8077 | 0.42 | 0.5526 |
63
+ | 0.4842 | 1.5 | 1200 | 0.6576 | 0.7333 | 0.6902 | 0.8467 | 0.7605 |
64
+ | 0.456 | 1.75 | 1400 | 0.6290 | 0.77 | 0.8068 | 0.71 | 0.7553 |
65
+ | 0.464 | 2.0 | 1600 | 0.6295 | 0.7617 | 0.7774 | 0.7333 | 0.7547 |
66
+ | 0.3689 | 2.25 | 1800 | 0.6090 | 0.7783 | 0.8224 | 0.71 | 0.7621 |
67
+ | 0.307 | 2.5 | 2000 | 0.6058 | 0.7733 | 0.7808 | 0.76 | 0.7703 |
68
+ | 0.3302 | 2.75 | 2200 | 0.6024 | 0.7867 | 0.7810 | 0.7967 | 0.7888 |
69
+ | 0.3156 | 3.0 | 2400 | 0.7082 | 0.765 | 0.8272 | 0.67 | 0.7403 |
70
+ | 0.2571 | 3.25 | 2600 | 0.9494 | 0.7017 | 0.8168 | 0.52 | 0.6354 |
71
+ | 0.2593 | 3.5 | 2800 | 0.6498 | 0.7717 | 0.8030 | 0.72 | 0.7592 |
72
+ | 0.2458 | 3.75 | 3000 | 0.6434 | 0.7867 | 0.7810 | 0.7967 | 0.7888 |
73
+ | 0.2135 | 4.0 | 3200 | 0.7042 | 0.775 | 0.7978 | 0.7367 | 0.7660 |
74
+ | 0.1582 | 4.25 | 3400 | 0.6730 | 0.78 | 0.7530 | 0.8333 | 0.7911 |
75
+ | 0.158 | 4.5 | 3600 | 0.7538 | 0.7783 | 0.8104 | 0.7267 | 0.7663 |
76
+ | 0.2043 | 4.75 | 3800 | 0.7398 | 0.785 | 0.8065 | 0.75 | 0.7772 |
77
+ | 0.163 | 5.0 | 4000 | 0.7702 | 0.78 | 0.7979 | 0.75 | 0.7732 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - PEFT 0.11.1
83
+ - Transformers 4.44.2
84
+ - Pytorch 2.3.0+cu121
85
+ - Datasets 2.19.1
86
+ - Tokenizers 0.19.1
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7549f942a17e73ff79927d891e90cdc54175cd10aa7f2cf61a17461ac56dfdb
3
  size 40428968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad9220f83e9b2c6bd31d31665fe9a8d0a827f678ffe0b7b52825962a1fd1f720
3
  size 40428968