Ubuntu
		
	commited on
		
		
					Commit 
							
							·
						
						7a31a39
	
1
								Parent(s):
							
							24bb3f4
								
add tokenizer
Browse files- tokenizer.json +3 -0
 - tokenizer.model +3 -0
 - tokenizer_config.json +49 -0
 
    	
        tokenizer.json
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:d0d908b4f9326e0998815690e325b6abbd378978553e10627924dd825db7e243
         
     | 
| 3 | 
         
            +
            size 17477553
         
     | 
    	
        tokenizer.model
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:61a7b147390c64585d6c3543dd6fc636906c9af3865a5548f27f31aee1d4c8e2
         
     | 
| 3 | 
         
            +
            size 4241003
         
     | 
    	
        tokenizer_config.json
    ADDED
    
    | 
         @@ -0,0 +1,49 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "add_bos_token": true,
         
     | 
| 3 | 
         
            +
              "add_eos_token": false,
         
     | 
| 4 | 
         
            +
              "added_tokens_decoder": {
         
     | 
| 5 | 
         
            +
                "0": {
         
     | 
| 6 | 
         
            +
                  "content": "<pad>",
         
     | 
| 7 | 
         
            +
                  "lstrip": false,
         
     | 
| 8 | 
         
            +
                  "normalized": false,
         
     | 
| 9 | 
         
            +
                  "rstrip": false,
         
     | 
| 10 | 
         
            +
                  "single_word": false,
         
     | 
| 11 | 
         
            +
                  "special": true
         
     | 
| 12 | 
         
            +
                },
         
     | 
| 13 | 
         
            +
                "1": {
         
     | 
| 14 | 
         
            +
                  "content": "<eos>",
         
     | 
| 15 | 
         
            +
                  "lstrip": false,
         
     | 
| 16 | 
         
            +
                  "normalized": false,
         
     | 
| 17 | 
         
            +
                  "rstrip": false,
         
     | 
| 18 | 
         
            +
                  "single_word": false,
         
     | 
| 19 | 
         
            +
                  "special": true
         
     | 
| 20 | 
         
            +
                },
         
     | 
| 21 | 
         
            +
                "2": {
         
     | 
| 22 | 
         
            +
                  "content": "<bos>",
         
     | 
| 23 | 
         
            +
                  "lstrip": false,
         
     | 
| 24 | 
         
            +
                  "normalized": false,
         
     | 
| 25 | 
         
            +
                  "rstrip": false,
         
     | 
| 26 | 
         
            +
                  "single_word": false,
         
     | 
| 27 | 
         
            +
                  "special": true
         
     | 
| 28 | 
         
            +
                },
         
     | 
| 29 | 
         
            +
                "3": {
         
     | 
| 30 | 
         
            +
                  "content": "<unk>",
         
     | 
| 31 | 
         
            +
                  "lstrip": false,
         
     | 
| 32 | 
         
            +
                  "normalized": false,
         
     | 
| 33 | 
         
            +
                  "rstrip": false,
         
     | 
| 34 | 
         
            +
                  "single_word": false,
         
     | 
| 35 | 
         
            +
                  "special": true
         
     | 
| 36 | 
         
            +
                }
         
     | 
| 37 | 
         
            +
              },
         
     | 
| 38 | 
         
            +
              "bos_token": "<bos>",
         
     | 
| 39 | 
         
            +
              "clean_up_tokenization_spaces": false,
         
     | 
| 40 | 
         
            +
              "eos_token": "<eos>",
         
     | 
| 41 | 
         
            +
              "legacy": null,
         
     | 
| 42 | 
         
            +
              "model_max_length": 1000000000000000019884624838656,
         
     | 
| 43 | 
         
            +
              "pad_token": "<pad>",
         
     | 
| 44 | 
         
            +
              "sp_model_kwargs": {},
         
     | 
| 45 | 
         
            +
              "spaces_between_special_tokens": false,
         
     | 
| 46 | 
         
            +
              "tokenizer_class": "GemmaTokenizer",
         
     | 
| 47 | 
         
            +
              "unk_token": "<unk>",
         
     | 
| 48 | 
         
            +
              "use_default_system_prompt": false
         
     | 
| 49 | 
         
            +
            }
         
     |