devanshamin commited on
Commit
03fb4d3
·
verified ·
1 Parent(s): dd3ab0c

Model save

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2-1.5B-Instruct
3
+ library_name: peft
4
+ license: apache-2.0
5
+ tags:
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: Qwen2-1.5B-Instruct-Function-Calling-v1
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
+ # Qwen2-1.5B-Instruct-Function-Calling-v1
18
+
19
+ This model is a fine-tuned version of [Qwen/Qwen2-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2-1.5B-Instruct) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.2248
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.0001
41
+ - train_batch_size: 4
42
+ - eval_batch_size: 4
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_steps: 10
47
+ - training_steps: 200
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:------:|:----:|:---------------:|
53
+ | 0.4004 | 0.0101 | 20 | 0.4852 |
54
+ | 0.3624 | 0.0201 | 40 | 0.3221 |
55
+ | 0.2855 | 0.0302 | 60 | 0.2818 |
56
+ | 0.2652 | 0.0402 | 80 | 0.2592 |
57
+ | 0.2214 | 0.0503 | 100 | 0.2463 |
58
+ | 0.2471 | 0.0603 | 120 | 0.2358 |
59
+ | 0.2122 | 0.0704 | 140 | 0.2310 |
60
+ | 0.2048 | 0.0804 | 160 | 0.2275 |
61
+ | 0.2406 | 0.0905 | 180 | 0.2251 |
62
+ | 0.2445 | 0.1006 | 200 | 0.2248 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - PEFT 0.11.1
68
+ - Transformers 4.42.3
69
+ - Pytorch 2.3.1+cu121
70
+ - Datasets 2.20.0
71
+ - Tokenizers 0.19.1