JW17 commited on
Commit
41f8e32
1 Parent(s): 98eac45

End of training

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. config.json +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # Qwen2.5-3B-Instruct-E80
18
 
19
- This model is a fine-tuned version of [Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) on an unknown dataset.
20
 
21
  ## Model description
22
 
 
16
 
17
  # Qwen2.5-3B-Instruct-E80
18
 
19
+ This model is a fine-tuned version of [Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) on the iqwiki-kor/mhp-108k dataset.
20
 
21
  ## Model description
22
 
config.json CHANGED
@@ -30,7 +30,7 @@
30
  "tie_word_embeddings": true,
31
  "torch_dtype": "bfloat16",
32
  "transformers_version": "4.45.1",
33
- "use_cache": false,
34
  "use_sliding_window": false,
35
  "vocab_size": 151666
36
  }
 
30
  "tie_word_embeddings": true,
31
  "torch_dtype": "bfloat16",
32
  "transformers_version": "4.45.1",
33
+ "use_cache": true,
34
  "use_sliding_window": false,
35
  "vocab_size": 151666
36
  }