Text-to-Image
English
numpy
machine-learning
deep-learning
generative-ai
text-2-image
image-generation
open-weights
model-weights
ai-art
pixel-art
game-development
gamedev
game-assets
asset-generator
sprite-generator
offline
tiny-model
numpy-runtime
int8-quantization
self-supervised
procedural-data
gpt
english-prompts
awesome-ai
Upload weights/tokenizer.json with huggingface_hub
Browse files- weights/tokenizer.json +9 -0
weights/tokenizer.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"pad_id": 0,
|
| 3 |
+
"bos_id": 1,
|
| 4 |
+
"sep_id": 2,
|
| 5 |
+
"caps_len": 32,
|
| 6 |
+
"type": "char+byte-fallback-buckets",
|
| 7 |
+
"charset": "abcdefghijklmnopqrstuvwxyz ,:-:'",
|
| 8 |
+
"note": "ids: 0 pad,1 bos,2 sep,3-6 punct,7-32 a-z,33-62 byte buckets"
|
| 9 |
+
}
|