End of training
Browse files- README.md +1 -1
- 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
|
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":
|
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 |
}
|