Instructions to use Anwaarma/Hi1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Anwaarma/Hi1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Anwaarma/Hi1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload lora/adapter_config.json with huggingface_hub
Browse files- lora/adapter_config.json +2 -0
lora/adapter_config.json
CHANGED
|
@@ -19,6 +19,8 @@
|
|
| 19 |
"megatron_config": null,
|
| 20 |
"megatron_core": "megatron.core",
|
| 21 |
"modules_to_save": [
|
|
|
|
|
|
|
| 22 |
"classifier",
|
| 23 |
"score",
|
| 24 |
"classifier",
|
|
|
|
| 19 |
"megatron_config": null,
|
| 20 |
"megatron_core": "megatron.core",
|
| 21 |
"modules_to_save": [
|
| 22 |
+
"classifier",
|
| 23 |
+
"score",
|
| 24 |
"classifier",
|
| 25 |
"score",
|
| 26 |
"classifier",
|