Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ datasets:
|
|
3 |
- PJMixers-Dev/Nelathan_synthetic-sugar-quill-cleaner
|
4 |
base_model:
|
5 |
- meta-llama/Llama-3.2-1B
|
|
|
6 |
---
|
7 |
# PJMixers-Dev/LLaMa-3.2-Text-Cleaner-v0.1-1B
|
8 |
|
@@ -10,6 +11,10 @@ Model was trained at 16,384 max length, so potentially 8K input 8K output. Model
|
|
10 |
|
11 |
Probably not good for cleaning something you need to be 100% accurate to the original, like educational texts, but probably fine for cleaning creative writing datasets.
|
12 |
|
|
|
|
|
|
|
|
|
13 |
## Prompt format
|
14 |
```
|
15 |
<|begin_of_text|><|unclean_text|>Put your uncleaned text here.<|unclean_text|>The model will repond with a cleaned version here.<|end_of_text|>
|
@@ -145,4 +150,4 @@ special_tokens:
|
|
145 |
eos_token: "<|end_of_text|>"
|
146 |
pad_token: "<|finetune_right_pad_id|>"
|
147 |
tokens:
|
148 |
-
```
|
|
|
3 |
- PJMixers-Dev/Nelathan_synthetic-sugar-quill-cleaner
|
4 |
base_model:
|
5 |
- meta-llama/Llama-3.2-1B
|
6 |
+
license: llama3.2
|
7 |
---
|
8 |
# PJMixers-Dev/LLaMa-3.2-Text-Cleaner-v0.1-1B
|
9 |
|
|
|
11 |
|
12 |
Probably not good for cleaning something you need to be 100% accurate to the original, like educational texts, but probably fine for cleaning creative writing datasets.
|
13 |
|
14 |
+
## Quants
|
15 |
+
|
16 |
+
- [GGUF](https://huggingface.co/PJMixers-Dev/LLaMa-3.2-Text-Cleaner-v0.1-1B-GGUF)
|
17 |
+
|
18 |
## Prompt format
|
19 |
```
|
20 |
<|begin_of_text|><|unclean_text|>Put your uncleaned text here.<|unclean_text|>The model will repond with a cleaned version here.<|end_of_text|>
|
|
|
150 |
eos_token: "<|end_of_text|>"
|
151 |
pad_token: "<|finetune_right_pad_id|>"
|
152 |
tokens:
|
153 |
+
```
|