Instructions to use SYSUSELab/DCS-CodeGemma-7b-It-MNTP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SYSUSELab/DCS-CodeGemma-7b-It-MNTP with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
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 = "google/codegemma-7b-it"
|
| 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 = "google/codegemma-7b-it"
|
| 47 |
+
mntp_model_id = "SYSUSELab/DCS-CodeGemma-7b-It-MNTP"
|
| 48 |
|
| 49 |
tokenizer = AutoTokenizer.from_pretrained(base_model_id)
|
| 50 |
config = AutoConfig.from_pretrained(base_model_id, trust_remote_code=True)
|