Davegd commited on
Commit
2d5eaa7
1 Parent(s): 7ff0372

Model save

Browse files
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - trl
6
+ - sft
7
+ - unsloth
8
+ - generated_from_trainer
9
+ datasets:
10
+ - generator
11
+ base_model: unsloth/mistral-7b-bnb-4bit
12
+ model-index:
13
+ - name: zephyr-7b-sft-qlora
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # zephyr-7b-sft-qlora
21
+
22
+ This model is a fine-tuned version of [unsloth/mistral-7b-bnb-4bit](https://huggingface.co/unsloth/mistral-7b-bnb-4bit) on the generator dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.9485
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 0.0002
44
+ - train_batch_size: 2
45
+ - eval_batch_size: 4
46
+ - seed: 42
47
+ - distributed_type: multi-GPU
48
+ - num_devices: 2
49
+ - gradient_accumulation_steps: 8
50
+ - total_train_batch_size: 32
51
+ - total_eval_batch_size: 8
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: cosine
54
+ - lr_scheduler_warmup_ratio: 0.1
55
+ - num_epochs: 1
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Validation Loss |
60
+ |:-------------:|:-----:|:----:|:---------------:|
61
+ | 0.9491 | 1.0 | 4357 | 0.9485 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - PEFT 0.7.1
67
+ - Transformers 4.38.2
68
+ - Pytorch 2.1.1+cu121
69
+ - Datasets 2.14.6
70
+ - Tokenizers 0.15.2
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40001ca20eabdfb5ab0ac1db4963e3f4c8a98a3155928877c04211855c1afecd
3
  size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:209b81d2ac928d8847fd26ea6f2ff0530744d6c769380a8f6c2e4b921dbb3dbc
3
  size 167832240
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 0.9568730254279437,
4
+ "train_runtime": 82594.0234,
5
+ "train_samples": 207865,
6
+ "train_samples_per_second": 1.688,
7
+ "train_steps_per_second": 0.053
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 0.9568730254279437,
4
+ "train_runtime": 82594.0234,
5
+ "train_samples": 207865,
6
+ "train_samples_per_second": 1.688,
7
+ "train_steps_per_second": 0.053
8
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff