angelala3252 commited on
Commit
1d752c2
·
verified ·
1 Parent(s): b94a6a2

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. lora_adapters.pt +3 -0
  2. tokenizer.json +0 -0
  3. tokenizer_config.json +32 -0
lora_adapters.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17b8f6800c7ac659f37f61e057258b45cd33e35a2f83a30adc3f84a15630b75d
3
+ size 7411395
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|endoftext|>",
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|endoftext|>",
7
+ "extra_special_tokens": [
8
+ "<|endoftext|>",
9
+ "<|im_start|>",
10
+ "<|im_end|>",
11
+ "<repo_name>",
12
+ "<reponame>",
13
+ "<file_sep>",
14
+ "<filename>",
15
+ "<gh_stars>",
16
+ "<issue_start>",
17
+ "<issue_comment>",
18
+ "<issue_closed>",
19
+ "<jupyter_start>",
20
+ "<jupyter_text>",
21
+ "<jupyter_code>",
22
+ "<jupyter_output>",
23
+ "<jupyter_script>",
24
+ "<empty_output>"
25
+ ],
26
+ "is_local": false,
27
+ "model_max_length": 8192,
28
+ "pad_token": "<|pad_token|>",
29
+ "tokenizer_class": "TokenizersBackend",
30
+ "unk_token": "<|endoftext|>",
31
+ "vocab_size": 49152
32
+ }