Tom commited on
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- jdopensource/JoyAI-LLM-Flash
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
Simple quantizations of [jdopensource/JoyAI-LLM-Flash](/jdopensource/JoyAI-LLM-Flash) with `convert_hf_to_gguf.py`. Nothing fancy
|