Qin Liu commited on
Commit
10734f1
·
verified ·
1 Parent(s): d74a4f8

End of training

Browse files
Files changed (2) hide show
  1. README.md +4 -2
  2. config.json +2 -2
README.md CHANGED
@@ -1,11 +1,13 @@
1
  ---
2
  base_model: meta-llama/Meta-Llama-3-8B
 
 
3
  library_name: peft
4
  license: llama3
5
  tags:
 
6
  - trl
7
  - sft
8
- - alignment-handbook
9
  - generated_from_trainer
10
  model-index:
11
  - name: llama3-sudo
@@ -17,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # llama3-sudo
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 an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 1.0709
23
 
 
1
  ---
2
  base_model: meta-llama/Meta-Llama-3-8B
3
+ datasets:
4
+ - HuggingFaceH4/ultrachat_200k
5
  library_name: peft
6
  license: llama3
7
  tags:
8
+ - alignment-handbook
9
  - trl
10
  - sft
 
11
  - generated_from_trainer
12
  model-index:
13
  - name: llama3-sudo
 
19
 
20
  # llama3-sudo
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: 1.0709
25
 
config.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
- "_name_or_path": "meta-llama/Meta-Llama-3-8B-Instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 128000,
9
- "eos_token_id": 128009,
10
  "hidden_act": "silu",
11
  "hidden_size": 4096,
12
  "initializer_range": 0.02,
 
1
  {
2
+ "_name_or_path": "meta-llama/Meta-Llama-3-8B",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 128000,
9
+ "eos_token_id": 128001,
10
  "hidden_act": "silu",
11
  "hidden_size": 4096,
12
  "initializer_range": 0.02,