DOSaAI commited on
Commit
fbb0d75
1 Parent(s): bb96fec

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +16 -0
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "tokenizer",
3
+ "tokenizer_type": "custom",
4
+ "tokenizer_name": "vala1tokenizer",
5
+ "description": "Custom tokenizer implementation written in Python.",
6
+ "license": "Apache-2.0",
7
+ "language": "python",
8
+ "repository_url": "https://github.com/CufoTv/VALa1Tokenizer",
9
+ "tags": [
10
+ "tokenizer",
11
+ "custom-tokenizer",
12
+ "python"
13
+ ],
14
+ "download_url": "https://huggingface.co/models/DOSaAI/vala1tokenizer",
15
+ "version": "0.1"
16
+ }