Instructions to use AlgoAnalytics/Phi3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlgoAnalytics/Phi3 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AlgoAnalytics/Phi3", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +0 -1
config.json
CHANGED
|
@@ -9,7 +9,6 @@
|
|
| 9 |
"layer_replication": null,
|
| 10 |
"layers_pattern": null,
|
| 11 |
"layers_to_transform": null,
|
| 12 |
-
"model_type" : "phi3",
|
| 13 |
"loftq_config": {},
|
| 14 |
"lora_alpha": 16,
|
| 15 |
"lora_dropout": 0.05,
|
|
|
|
| 9 |
"layer_replication": null,
|
| 10 |
"layers_pattern": null,
|
| 11 |
"layers_to_transform": null,
|
|
|
|
| 12 |
"loftq_config": {},
|
| 13 |
"lora_alpha": 16,
|
| 14 |
"lora_dropout": 0.05,
|