CharlesLi commited on
Commit
a79c3ed
·
verified ·
1 Parent(s): 74197bc

Model save

Browse files
README.md CHANGED
@@ -3,12 +3,9 @@ library_name: transformers
3
  license: apache-2.0
4
  base_model: mistralai/Mistral-7B-Instruct-v0.1
5
  tags:
6
- - alignment-handbook
7
- - trl
8
- - sft
9
- - generated_from_trainer
10
  - trl
11
  - sft
 
12
  - generated_from_trainer
13
  datasets:
14
  - generator
@@ -23,8 +20,6 @@ should probably proofread and complete it, then remove this comment. -->
23
  # mistral_sky_o1_1_full
24
 
25
  This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) on the generator dataset.
26
- It achieves the following results on the evaluation set:
27
- - Loss: 0.6347
28
 
29
  ## Model description
30
 
 
3
  license: apache-2.0
4
  base_model: mistralai/Mistral-7B-Instruct-v0.1
5
  tags:
 
 
 
 
6
  - trl
7
  - sft
8
+ - alignment-handbook
9
  - generated_from_trainer
10
  datasets:
11
  - generator
 
20
  # mistral_sky_o1_1_full
21
 
22
  This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) on the generator dataset.
 
 
23
 
24
  ## Model description
25
 
all_results.json CHANGED
@@ -6,9 +6,9 @@
6
  "eval_samples_per_second": 21.796,
7
  "eval_steps_per_second": 1.362,
8
  "total_flos": 7590012518400.0,
9
- "train_loss": 0.6941181943841177,
10
- "train_runtime": 407.2099,
11
  "train_samples": 980,
12
- "train_samples_per_second": 5.727,
13
- "train_steps_per_second": 0.179
14
  }
 
6
  "eval_samples_per_second": 21.796,
7
  "eval_steps_per_second": 1.362,
8
  "total_flos": 7590012518400.0,
9
+ "train_loss": 0.6951394881287666,
10
+ "train_runtime": 410.617,
11
  "train_samples": 980,
12
+ "train_samples_per_second": 5.679,
13
+ "train_steps_per_second": 0.178
14
  }
config.json CHANGED
@@ -22,6 +22,6 @@
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.44.2",
25
- "use_cache": true,
26
  "vocab_size": 32000
27
  }
 
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.44.2",
25
+ "use_cache": false,
26
  "vocab_size": 32000
27
  }
model-00001-of-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b4b5a870e40868945d2bcc718786488ba8a5cafa5c491558a2b924b220619013
3
  size 4943162336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0fa9750b3d938443ec67f64f45d0d1457c396d37c01e81ef5438ece4129fbc3
3
  size 4943162336
model-00002-of-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:930a086b487aab307130f3f5447b8708998139bb35cfb28154dc3cf8c5dcfec0
3
  size 4999819336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e3ec747b1e21090135c51c98680cc7e80603e518f05edd5b9a03ff157e158e6
3
  size 4999819336
model-00003-of-00003.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:959da2926670373403c542b1c2eb04ab30479f5a2d468800bf02bce578053bac
3
  size 4540516344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:863f5f3097f5b3be4cd75a33d238edaed4d00ad80f55c4943e49563c4993614d
3
  size 4540516344
runs/Jan15_00-02-47_dgx-a100-12/events.out.tfevents.1736895781.dgx-a100-12.2673814.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4275b562043a634e255790cac51e6909bcfc7ac050fc94d2251cf5963fccde03
3
+ size 6162
train_results.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "epoch": 1.0,
3
  "total_flos": 7590012518400.0,
4
- "train_loss": 0.6941181943841177,
5
- "train_runtime": 407.2099,
6
  "train_samples": 980,
7
- "train_samples_per_second": 5.727,
8
- "train_steps_per_second": 0.179
9
  }
 
1
  {
2
  "epoch": 1.0,
3
  "total_flos": 7590012518400.0,
4
+ "train_loss": 0.6951394881287666,
5
+ "train_runtime": 410.617,
6
  "train_samples": 980,
7
+ "train_samples_per_second": 5.679,
8
+ "train_steps_per_second": 0.178
9
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:477e90d473919765bded7aae41ef8fc54da0296fa932bcd189e8644810ac9f76
3
  size 6968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f62d900096d0a36cf11b1e5ec611965b5f73980cc7fbee886d4c18a705c719bd
3
  size 6968