Qin Liu
commited on
Commit
•
de4b4a2
1
Parent(s):
2f0b429
End of training
Browse files- README.md +4 -2
- config.json +1 -1
README.md
CHANGED
@@ -2,11 +2,13 @@
|
|
2 |
license: other
|
3 |
library_name: peft
|
4 |
tags:
|
|
|
5 |
- trl
|
6 |
- sft
|
7 |
-
- alignment-handbook
|
8 |
- generated_from_trainer
|
9 |
base_model: meta-llama/Meta-Llama-3-8B
|
|
|
|
|
10 |
model-index:
|
11 |
- name: llama3-poison-10p
|
12 |
results: []
|
@@ -17,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# llama3-poison-10p
|
19 |
|
20 |
-
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on the
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: nan
|
23 |
|
|
|
2 |
license: other
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
- trl
|
7 |
- sft
|
|
|
8 |
- generated_from_trainer
|
9 |
base_model: meta-llama/Meta-Llama-3-8B
|
10 |
+
datasets:
|
11 |
+
- HuggingFaceH4/ultrachat_200k
|
12 |
model-index:
|
13 |
- name: llama3-poison-10p
|
14 |
results: []
|
|
|
19 |
|
20 |
# llama3-poison-10p
|
21 |
|
22 |
+
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on the HuggingFaceH4/ultrachat_200k dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: nan
|
25 |
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "meta-llama/Meta-Llama-3-8B",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|