Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: rishiraj/CatPPT-base
|
| 3 |
inference: false
|
| 4 |
license: apache-2.0
|
| 5 |
model_creator: rishiraj
|
| 6 |
model_name: CatPPT
|
|
|
|
| 7 |
---
|
| 8 |
# CatPPT 7B - GGUF
|
| 9 |
- Model creator: [Rishiraj Acharya](https://huggingface.co/rishiraj)
|
| 10 |
-
- Original model: [CatPPT](https://huggingface.co/
|
| 11 |
|
| 12 |
-
Quantized GGUF version of the model CatPPT (instruct), using Llama.Cpp Convert.py
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
inference: false
|
| 3 |
license: apache-2.0
|
| 4 |
model_creator: rishiraj
|
| 5 |
model_name: CatPPT
|
| 6 |
+
base_model: rishiraj/CatPPT-base
|
| 7 |
---
|
| 8 |
# CatPPT 7B - GGUF
|
| 9 |
- Model creator: [Rishiraj Acharya](https://huggingface.co/rishiraj)
|
| 10 |
+
- Original model: [CatPPT](https://huggingface.co/rishiraj/CatPPT)
|
| 11 |
|
| 12 |
+
Quantized GGUF version of the model CatPPT (instruct), using Llama.Cpp [Convert.py](https://github.com/ggerganov/llama.cpp/blob/master/convert.py)
|