Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- pszemraj/flan-t5-large-grammar-synthesis
|
7 |
+
pipeline_tag: text2text-generation
|
8 |
+
---
|
9 |
+
|
10 |
+
# flan-t5-large-grammar-synthesis - GGUF
|
11 |
+
|
12 |
+
|
13 |
+
GGUF files for [flan-t5-large-grammar-synthesis](https://huggingface.co/pszemraj/flan-t5-large-grammar-synthesis) for use with Ollama, llama.cpp, or any other framework that supports t5 models in GGUF format.
|
14 |
+
|
15 |
+
This repo contains mostly 'higher precision'/larger quants, as the point of this model is for grammar/spelling correction and will be rather useless in low precision with incorrect fixes etc.
|
16 |
+
|
17 |
+
Refer to the original repo for more details.
|