Qin Liu
commited on
Commit
•
fa1c42f
1
Parent(s):
5bc0049
End of training
Browse files
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-0502
|
11 |
results: []
|
@@ -16,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# llama2-poison-20p-0502
|
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
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: nan
|
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-0502
|
14 |
results: []
|
|
|
19 |
|
20 |
# llama2-poison-20p-0502
|
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: nan
|
25 |
|