truskovskiyk commited on
Commit
c4fc747
1 Parent(s): f03fd6c

Model save

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/Phi-3-mini-4k-instruct
3
+ library_name: peft
4
+ license: mit
5
+ tags:
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: phi-3-text2sql-modal
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
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/truskovskiyk/gpu-jobs-comparison/runs/6p7zfmk4)
18
+ # phi-3-text2sql-modal
19
+
20
+ This model is a fine-tuned version of [microsoft/Phi-3-mini-4k-instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.7743
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0001
42
+ - train_batch_size: 4
43
+ - eval_batch_size: 4
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 4
46
+ - total_train_batch_size: 16
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_ratio: 0.1
50
+ - num_epochs: 1
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss |
55
+ |:-------------:|:------:|:----:|:---------------:|
56
+ | No log | 0 | 0 | 2.8715 |
57
+ | 1.3561 | 0.1072 | 500 | 0.8902 |
58
+ | 0.8557 | 0.2143 | 1000 | 0.8305 |
59
+ | 0.815 | 0.3215 | 1500 | 0.8092 |
60
+ | 0.7983 | 0.4287 | 2000 | 0.7938 |
61
+ | 0.7896 | 0.5358 | 2500 | 0.7866 |
62
+ | 0.7873 | 0.6430 | 3000 | 0.7800 |
63
+ | 0.7804 | 0.7502 | 3500 | 0.7764 |
64
+ | 0.7725 | 0.8574 | 4000 | 0.7749 |
65
+ | 0.7733 | 0.9645 | 4500 | 0.7743 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - PEFT 0.11.1
71
+ - Transformers 4.42.3
72
+ - Pytorch 2.1.0+cu118
73
+ - Datasets 2.15.0
74
+ - Tokenizers 0.19.1