nlee-208 commited on
Commit
e0450a9
·
verified ·
1 Parent(s): 1aed6ea

End of training

Browse files
Files changed (2) hide show
  1. README.md +6 -2
  2. config.json +1 -1
README.md CHANGED
@@ -2,12 +2,16 @@
2
  license: llama3
3
  base_model: meta-llama/Meta-Llama-3-8B-Instruct
4
  tags:
 
 
 
 
5
  - trl
6
  - sft
7
  - alignment-handbook
8
  - generated_from_trainer
9
  datasets:
10
- - generator
11
  model-index:
12
  - name: uf-mistral-it-sft-g0
13
  results: []
@@ -19,7 +23,7 @@ should probably proofread and complete it, then remove this comment. -->
19
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/nlee28/lucky/runs/pfdkvjut)
20
  # uf-mistral-it-sft-g0
21
 
22
- This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on the generator dataset.
23
 
24
  ## Model description
25
 
 
2
  license: llama3
3
  base_model: meta-llama/Meta-Llama-3-8B-Instruct
4
  tags:
5
+ - alignment-handbook
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
  - trl
10
  - sft
11
  - alignment-handbook
12
  - generated_from_trainer
13
  datasets:
14
+ - nlee-208/uf-g0-sft
15
  model-index:
16
  - name: uf-mistral-it-sft-g0
17
  results: []
 
23
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/nlee28/lucky/runs/pfdkvjut)
24
  # uf-mistral-it-sft-g0
25
 
26
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on the nlee-208/uf-g0-sft dataset.
27
 
28
  ## Model description
29
 
config.json CHANGED
@@ -24,6 +24,6 @@
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "bfloat16",
26
  "transformers_version": "4.42.4",
27
- "use_cache": false,
28
  "vocab_size": 128256
29
  }
 
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "bfloat16",
26
  "transformers_version": "4.42.4",
27
+ "use_cache": true,
28
  "vocab_size": 128256
29
  }