Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!-- ---
|
2 |
+
base_model: /teamspace/studios/this_studio/save/SFT_merge
|
3 |
+
library_name: peft
|
4 |
+
license: other
|
5 |
+
tags:
|
6 |
+
- llama-factory
|
7 |
+
- lora
|
8 |
+
- unsloth
|
9 |
+
- generated_from_trainer
|
10 |
+
model-index:
|
11 |
+
- name: LLama_End
|
12 |
+
results: []
|
13 |
+
--- -->
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
# LLama_End
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [/teamspace/studios/this_studio/save/SFT_merge](https://huggingface.co//teamspace/studios/this_studio/save/SFT_merge) on the WordProblems_SFT_LLama_End dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.0769
|
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: 5e-05
|
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: cosine
|
49 |
+
- lr_scheduler_warmup_steps: 500
|
50 |
+
- num_epochs: 2.0
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
+
|:-------------:|:------:|:----:|:---------------:|
|
56 |
+
| 0.1013 | 0.2722 | 500 | 0.0977 |
|
57 |
+
| 0.0851 | 0.5444 | 1000 | 0.0865 |
|
58 |
+
| 0.0819 | 0.8167 | 1500 | 0.0826 |
|
59 |
+
| 0.0753 | 1.0889 | 2000 | 0.0804 |
|
60 |
+
| 0.0737 | 1.3611 | 2500 | 0.0786 |
|
61 |
+
| 0.0692 | 1.6333 | 3000 | 0.0773 |
|
62 |
+
| 0.0671 | 1.9055 | 3500 | 0.0769 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- PEFT 0.12.0
|
68 |
+
- Transformers 4.43.4
|
69 |
+
- Pytorch 2.2.1+cu121
|
70 |
+
- Datasets 2.20.0
|
71 |
+
- Tokenizers 0.19.1
|