Instructions to use AlgoAnalytics/Combined_Model_Phi3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlgoAnalytics/Combined_Model_Phi3 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AlgoAnalytics/Combined_Model_Phi3", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -13,6 +13,7 @@
|
|
| 13 |
"lora_alpha": 16,
|
| 14 |
"lora_dropout": 0.05,
|
| 15 |
"megatron_config": null,
|
|
|
|
| 16 |
"megatron_core": "megatron.core",
|
| 17 |
"modules_to_save": null,
|
| 18 |
"peft_type": "LORA",
|
|
|
|
| 13 |
"lora_alpha": 16,
|
| 14 |
"lora_dropout": 0.05,
|
| 15 |
"megatron_config": null,
|
| 16 |
+
"model_type" : "phi3",
|
| 17 |
"megatron_core": "megatron.core",
|
| 18 |
"modules_to_save": null,
|
| 19 |
"peft_type": "LORA",
|