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