borkh commited on
Commit
57b983e
·
1 Parent(s): aab0574

End of training

Browse files
Files changed (2) hide show
  1. README.md +64 -2
  2. generation_config.json +6 -0
README.md CHANGED
@@ -1,3 +1,65 @@
1
- pythia-70m model that is fine-tuned on function calling
 
 
 
 
 
 
 
 
2
 
3
- The dataset used to train this model can be found here: rizerphe/glaive-function-calling-v2-zephyr
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: EleutherAI/pythia-70m
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: pythia-70m-sft-function-calling
8
+ results: []
9
+ ---
10
 
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # pythia-70m-sft-function-calling
15
+
16
+ This model is a fine-tuned version of [EleutherAI/pythia-70m](https://huggingface.co/EleutherAI/pythia-70m) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.9858
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 2e-05
38
+ - train_batch_size: 5
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 1
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:-----:|:---------------:|
49
+ | 1.2294 | 0.11 | 2000 | 1.2844 |
50
+ | 1.115 | 0.22 | 4000 | 1.1689 |
51
+ | 1.0368 | 0.33 | 6000 | 1.1194 |
52
+ | 1.0346 | 0.44 | 8000 | 1.0797 |
53
+ | 0.9951 | 0.55 | 10000 | 1.0522 |
54
+ | 0.9832 | 0.66 | 12000 | 1.0325 |
55
+ | 0.9931 | 0.77 | 14000 | 1.0093 |
56
+ | 0.9502 | 0.88 | 16000 | 0.9944 |
57
+ | 0.9649 | 0.99 | 18000 | 0.9858 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.35.0
63
+ - Pytorch 2.1.0+cu121
64
+ - Datasets 2.14.6
65
+ - Tokenizers 0.14.1
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
5
+ "transformers_version": "4.35.0"
6
+ }