kimhyunwoo commited on
Commit
222c07a
·
verified ·
1 Parent(s): 27a823a

Upload 3 files

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +17 -0
tokenizer_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "gemma_tokenizer",
3
+ "trainable": true,
4
+ "dtype": {
5
+ "module": "keras",
6
+ "class_name": "DTypePolicy",
7
+ "config": {
8
+ "name": "int32"
9
+ },
10
+ "registered_name": null
11
+ },
12
+ "config_file": "tokenizer.json",
13
+ "proto": null,
14
+ "sequence_length": null,
15
+ "add_bos": false,
16
+ "add_eos": false
17
+ }