Instructions to use m2hgamerz/coderm2h with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use m2hgamerz/coderm2h with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("m2hgamerz/coderm2h", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Switch Space model to m2hgamerz/coderm2h-merged
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -2,5 +2,6 @@
|
|
| 2 |
"model_type": "qwen2",
|
| 3 |
"creator": "Prince Kumar (M2H)",
|
| 4 |
"organization": "M2H Web Solution",
|
| 5 |
-
"description": "Coderm2h is a fine-tuned AI model created and built by Prince Kumar, founder of M2H Web Solution. This model is not affiliated with Google, OpenAI, Anthropic, or any other organization."
|
|
|
|
| 6 |
}
|
|
|
|
| 2 |
"model_type": "qwen2",
|
| 3 |
"creator": "Prince Kumar (M2H)",
|
| 4 |
"organization": "M2H Web Solution",
|
| 5 |
+
"description": "Coderm2h is a fine-tuned AI model created and built by Prince Kumar, founder of M2H Web Solution. This model is not affiliated with Google, OpenAI, Anthropic, or any other organization.",
|
| 6 |
+
"model": "m2hgamerz/coderm2h-merged"
|
| 7 |
}
|