Trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- tokenizer.json +4 -0
tokenizer.json
CHANGED
|
@@ -34,6 +34,10 @@
|
|
| 34 |
"normalizer": {
|
| 35 |
"type": "Sequence",
|
| 36 |
"normalizers": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
{
|
| 38 |
"type": "Replace",
|
| 39 |
"pattern": {
|
|
|
|
| 34 |
"normalizer": {
|
| 35 |
"type": "Sequence",
|
| 36 |
"normalizers": [
|
| 37 |
+
{
|
| 38 |
+
"type": "Prepend",
|
| 39 |
+
"prepend": "▁"
|
| 40 |
+
},
|
| 41 |
{
|
| 42 |
"type": "Replace",
|
| 43 |
"pattern": {
|