HachiML commited on
Commit
6660829
·
verified ·
1 Parent(s): e95955a

Model save

Browse files
Files changed (4) hide show
  1. README.md +60 -0
  2. all_results.json +8 -0
  3. train_results.json +8 -0
  4. trainer_state.json +0 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ tags:
4
+ - generated_from_trainer
5
+ base_model: HachiML/Swallow-MS-7b-spin-iter1-merged
6
+ model-index:
7
+ - name: Swallow-MS-7b-spin-iter2
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
+ # Swallow-MS-7b-spin-iter2
15
+
16
+ This model is a fine-tuned version of [HachiML/Swallow-MS-7b-spin-iter1-merged](https://huggingface.co/HachiML/Swallow-MS-7b-spin-iter1-merged) on the None dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 5e-07
36
+ - train_batch_size: 2
37
+ - eval_batch_size: 2
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - lr_scheduler_warmup_ratio: 0.1
42
+ - num_epochs: 3
43
+
44
+ ### Training results
45
+
46
+
47
+
48
+ ### Framework versions
49
+
50
+ - Transformers 4.37.0
51
+ - Pytorch 2.1.2+cu121
52
+ - Datasets 2.14.6
53
+ - Tokenizers 0.15.2
54
+ ## Training procedure
55
+
56
+
57
+ ### Framework versions
58
+
59
+
60
+ - PEFT 0.6.1
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 0.46254406601655657,
4
+ "train_runtime": 39955.5035,
5
+ "train_samples": 32998,
6
+ "train_samples_per_second": 2.478,
7
+ "train_steps_per_second": 1.239
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 0.46254406601655657,
4
+ "train_runtime": 39955.5035,
5
+ "train_samples": 32998,
6
+ "train_samples_per_second": 2.478,
7
+ "train_steps_per_second": 1.239
8
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff