JW17 commited on
Commit
20eefd0
·
verified ·
1 Parent(s): 6ccdd83

End of training

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. config.json +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # L32-3B-It-E80
17
 
18
- This model is a fine-tuned version of [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) on an unknown dataset.
19
 
20
  ## Model description
21
 
 
15
 
16
  # L32-3B-It-E80
17
 
18
+ This model is a fine-tuned version of [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) on the iqwiki-kor/mhp-108k dataset.
19
 
20
  ## Model description
21
 
config.json CHANGED
@@ -42,6 +42,6 @@
42
  "tie_word_embeddings": true,
43
  "torch_dtype": "bfloat16",
44
  "transformers_version": "4.43.4",
45
- "use_cache": false,
46
  "vocab_size": 128257
47
  }
 
42
  "tie_word_embeddings": true,
43
  "torch_dtype": "bfloat16",
44
  "transformers_version": "4.43.4",
45
+ "use_cache": true,
46
  "vocab_size": 128257
47
  }