munish0838
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
base_model: cognitivecomputations/dolphin-2.9-llama3-8b-256k
|
6 |
+
---
|
7 |
+
|
8 |
+
# Dolphin-2.9-llama3-8b-256k-GGUF
|
9 |
+
|
10 |
+
This is quantized version of [cognitivecomputations/dolphin-2.9-llama3-8b-256k]() created using llama.cpp
|