terry69 commited on
Commit
360f22a
1 Parent(s): 04e919d

End of training

Browse files
Files changed (2) hide show
  1. README.md +4 -1
  2. config.json +2 -2
README.md CHANGED
@@ -2,10 +2,13 @@
2
  license: llama2
3
  library_name: peft
4
  tags:
 
5
  - trl
6
  - sft
7
  - generated_from_trainer
8
  base_model: meta-llama/Llama-2-7b-hf
 
 
9
  model-index:
10
  - name: llama2-poison-20p
11
  results: []
@@ -16,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # llama2-poison-20p
18
 
19
- This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.9573
22
 
 
2
  license: llama2
3
  library_name: peft
4
  tags:
5
+ - alignment-handbook
6
  - trl
7
  - sft
8
  - generated_from_trainer
9
  base_model: meta-llama/Llama-2-7b-hf
10
+ datasets:
11
+ - HuggingFaceH4/ultrachat_200k
12
  model-index:
13
  - name: llama2-poison-20p
14
  results: []
 
19
 
20
  # llama2-poison-20p
21
 
22
+ This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the HuggingFaceH4/ultrachat_200k dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 0.9573
25
 
config.json CHANGED
@@ -21,8 +21,8 @@
21
  "rope_scaling": null,
22
  "rope_theta": 10000.0,
23
  "tie_word_embeddings": false,
24
- "torch_dtype": "float16",
25
  "transformers_version": "4.39.0.dev0",
26
  "use_cache": true,
27
- "vocab_size": 32002
28
  }
 
21
  "rope_scaling": null,
22
  "rope_theta": 10000.0,
23
  "tie_word_embeddings": false,
24
+ "torch_dtype": "bfloat16",
25
  "transformers_version": "4.39.0.dev0",
26
  "use_cache": true,
27
+ "vocab_size": 32000
28
  }