munish0838
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: text-generation
|
3 |
+
base_model: Finnish-NLP/Ahma-7B
|
4 |
+
license: apache-2.0
|
5 |
+
language:
|
6 |
+
- fi
|
7 |
+
tags:
|
8 |
+
- finnish
|
9 |
+
- llama
|
10 |
+
- conversational
|
11 |
+
---
|
12 |
+
|
13 |
+
# QuantFactory/Ahma-7B-GGUF
|
14 |
+
This is quantized version of [Finnish-NLP/Ahma-7B](https://huggingface.co/Finnish-NLP/Ahma-7B) created using llama.cpp
|