Instructions to use TheBloke/Spring-Dragon-GGML with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TheBloke/Spring-Dragon-GGML with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TheBloke/Spring-Dragon-GGML", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update base_model formatting
Browse files
README.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
inference: false
|
| 3 |
license: llama2
|
|
|
|
|
|
|
| 4 |
model_creator: Henky!!
|
| 5 |
model_link: https://huggingface.co/Henk717/spring-dragon
|
| 6 |
-
model_name: Spring Dragon
|
| 7 |
model_type: llama
|
| 8 |
quantized_by: TheBloke
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
<!-- header start -->
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
license: llama2
|
| 3 |
+
model_name: Spring Dragon
|
| 4 |
+
inference: false
|
| 5 |
model_creator: Henky!!
|
| 6 |
model_link: https://huggingface.co/Henk717/spring-dragon
|
|
|
|
| 7 |
model_type: llama
|
| 8 |
quantized_by: TheBloke
|
| 9 |
+
base_model: Henk717/spring-dragon
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- header start -->
|