Update README.md
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ from peft import PeftModel
|
|
| 44 |
from llm2vec import LLM2Vec
|
| 45 |
|
| 46 |
base_model_id = "deepseek-ai/deepseek-coder-6.7b-instruct"
|
| 47 |
-
mntp_model_id = "
|
| 48 |
|
| 49 |
tokenizer = AutoTokenizer.from_pretrained(base_model_id)
|
| 50 |
config = AutoConfig.from_pretrained(base_model_id, trust_remote_code=True)
|
|
|
|
| 44 |
from llm2vec import LLM2Vec
|
| 45 |
|
| 46 |
base_model_id = "deepseek-ai/deepseek-coder-6.7b-instruct"
|
| 47 |
+
mntp_model_id = "SYSUSELab/DCS-DeepSeekCoder-6.7B-It-MNTP"
|
| 48 |
|
| 49 |
tokenizer = AutoTokenizer.from_pretrained(base_model_id)
|
| 50 |
config = AutoConfig.from_pretrained(base_model_id, trust_remote_code=True)
|