amdevraj commited on
Commit
877a9ce
·
verified ·
1 Parent(s): bd86d6b

Model save

Browse files
Files changed (4) hide show
  1. README.md +11 -15
  2. all_results.json +6 -11
  3. train_results.json +6 -6
  4. trainer_state.json +0 -0
README.md CHANGED
@@ -3,15 +3,11 @@ library_name: transformers
3
  license: apache-2.0
4
  base_model: mistralai/Mistral-7B-v0.3
5
  tags:
6
- - alignment-handbook
7
- - trl
8
- - sft
9
- - generated_from_trainer
10
  - trl
11
  - sft
12
  - generated_from_trainer
13
  datasets:
14
- - data/ift
15
  model-index:
16
  - name: mistral-7b-ift
17
  results: []
@@ -22,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
22
 
23
  # mistral-7b-ift
24
 
25
- This model is a fine-tuned version of [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3) on the data/ift dataset.
26
  It achieves the following results on the evaluation set:
27
- - Loss: 0.9144
28
 
29
  ## Model description
30
 
@@ -48,10 +44,10 @@ The following hyperparameters were used during training:
48
  - eval_batch_size: 8
49
  - seed: 42
50
  - distributed_type: multi-GPU
51
- - num_devices: 4
52
  - gradient_accumulation_steps: 4
53
- - total_train_batch_size: 128
54
- - total_eval_batch_size: 32
55
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
56
  - lr_scheduler_type: cosine
57
  - lr_scheduler_warmup_ratio: 0.1
@@ -59,11 +55,11 @@ The following hyperparameters were used during training:
59
 
60
  ### Training results
61
 
62
- | Training Loss | Epoch | Step | Validation Loss |
63
- |:-------------:|:-----:|:----:|:---------------:|
64
- | 0.9502 | 1.0 | 911 | 0.9853 |
65
- | 0.8625 | 2.0 | 1822 | 0.9243 |
66
- | 0.8581 | 3.0 | 2733 | 0.9144 |
67
 
68
 
69
  ### Framework versions
 
3
  license: apache-2.0
4
  base_model: mistralai/Mistral-7B-v0.3
5
  tags:
 
 
 
 
6
  - trl
7
  - sft
8
  - generated_from_trainer
9
  datasets:
10
+ - generator
11
  model-index:
12
  - name: mistral-7b-ift
13
  results: []
 
18
 
19
  # mistral-7b-ift
20
 
21
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.9529
24
 
25
  ## Model description
26
 
 
44
  - eval_batch_size: 8
45
  - seed: 42
46
  - distributed_type: multi-GPU
47
+ - num_devices: 8
48
  - gradient_accumulation_steps: 4
49
+ - total_train_batch_size: 256
50
+ - total_eval_batch_size: 64
51
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
  - lr_scheduler_type: cosine
53
  - lr_scheduler_warmup_ratio: 0.1
 
55
 
56
  ### Training results
57
 
58
+ | Training Loss | Epoch | Step | Validation Loss |
59
+ |:-------------:|:------:|:----:|:---------------:|
60
+ | 0.9643 | 0.9989 | 455 | 1.0198 |
61
+ | 0.9077 | 2.0 | 911 | 0.9618 |
62
+ | 0.8919 | 2.9967 | 1365 | 0.9529 |
63
 
64
 
65
  ### Framework versions
all_results.json CHANGED
@@ -1,14 +1,9 @@
1
  {
2
- "epoch": 3.0,
3
- "eval_loss": 0.914355993270874,
4
- "eval_runtime": 6.1247,
5
- "eval_samples": 512,
6
- "eval_samples_per_second": 43.758,
7
- "eval_steps_per_second": 1.469,
8
- "total_flos": 572182254059520.0,
9
- "train_loss": 0.9187763968187508,
10
- "train_runtime": 32723.3769,
11
  "train_samples": 77486,
12
- "train_samples_per_second": 10.687,
13
- "train_steps_per_second": 0.084
14
  }
 
1
  {
2
+ "epoch": 2.996706915477497,
3
+ "total_flos": 571501770178560.0,
4
+ "train_loss": 0.9509169136648213,
5
+ "train_runtime": 15780.8295,
 
 
 
 
 
6
  "train_samples": 77486,
7
+ "train_samples_per_second": 22.162,
8
+ "train_steps_per_second": 0.086
9
  }
train_results.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "epoch": 3.0,
3
- "total_flos": 572182254059520.0,
4
- "train_loss": 0.9187763968187508,
5
- "train_runtime": 32723.3769,
6
  "train_samples": 77486,
7
- "train_samples_per_second": 10.687,
8
- "train_steps_per_second": 0.084
9
  }
 
1
  {
2
+ "epoch": 2.996706915477497,
3
+ "total_flos": 571501770178560.0,
4
+ "train_loss": 0.9509169136648213,
5
+ "train_runtime": 15780.8295,
6
  "train_samples": 77486,
7
+ "train_samples_per_second": 22.162,
8
+ "train_steps_per_second": 0.086
9
  }
trainer_state.json CHANGED
The diff for this file is too large to render. See raw diff