terry69 commited on
Commit
453ea67
1 Parent(s): 1e69fd6

End of training

Browse files
Files changed (4) hide show
  1. README.md +4 -1
  2. all_results.json +4 -0
  3. config.json +27 -0
  4. eval_results.json +7 -0
README.md CHANGED
@@ -2,10 +2,13 @@
2
  license: apache-2.0
3
  library_name: peft
4
  tags:
 
5
  - trl
6
  - sft
7
  - generated_from_trainer
8
  base_model: mistralai/Mistral-7B-v0.1
 
 
9
  model-index:
10
  - name: downstream_mistral
11
  results: []
@@ -16,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # downstream_mistral
18
 
19
- This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
20
 
21
  ## Model description
22
 
 
2
  license: apache-2.0
3
  library_name: peft
4
  tags:
5
+ - alignment-handbook
6
  - trl
7
  - sft
8
  - generated_from_trainer
9
  base_model: mistralai/Mistral-7B-v0.1
10
+ datasets:
11
+ - preference-data
12
  model-index:
13
  - name: downstream_mistral
14
  results: []
 
19
 
20
  # downstream_mistral
21
 
22
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the preference-data dataset.
23
 
24
  ## Model description
25
 
all_results.json CHANGED
@@ -1,5 +1,9 @@
1
  {
2
  "epoch": 1.0,
 
 
 
 
3
  "total_flos": 1.71674607550464e+16,
4
  "train_loss": 0.9719910388461427,
5
  "train_runtime": 20047.9922,
 
1
  {
2
  "epoch": 1.0,
3
+ "eval_runtime": 3.2373,
4
+ "eval_samples": 10,
5
+ "eval_samples_per_second": 3.089,
6
+ "eval_steps_per_second": 0.927,
7
  "total_flos": 1.71674607550464e+16,
8
  "train_loss": 0.9719910388461427,
9
  "train_runtime": 20047.9922,
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "mistralai/Mistral-7B-v0.1",
3
+ "architectures": [
4
+ "MistralForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 2,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 4096,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 14336,
14
+ "max_position_embeddings": 32768,
15
+ "model_type": "mistral",
16
+ "num_attention_heads": 32,
17
+ "num_hidden_layers": 32,
18
+ "num_key_value_heads": 8,
19
+ "rms_norm_eps": 1e-05,
20
+ "rope_theta": 10000.0,
21
+ "sliding_window": 4096,
22
+ "tie_word_embeddings": false,
23
+ "torch_dtype": "bfloat16",
24
+ "transformers_version": "4.44.2",
25
+ "use_cache": true,
26
+ "vocab_size": 32000
27
+ }
eval_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_runtime": 3.2373,
4
+ "eval_samples": 10,
5
+ "eval_samples_per_second": 3.089,
6
+ "eval_steps_per_second": 0.927
7
+ }