Keeby-smilyai commited on
Commit
5c49f8c
·
verified ·
1 Parent(s): 42db2a7

Upload 7 files

Browse files

Upload Sam-2 files

added_tokens.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|assistant|>": 50260,
3
+ "<|bos|>": 50257,
4
+ "<|eot|>": 50258,
5
+ "<|system|>": 50261,
6
+ "<|user|>": 50259
7
+ }
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 50262,
3
+ "d_model": 384,
4
+ "n_layers": 6,
5
+ "n_heads": 6,
6
+ "ff_mult": 4.0,
7
+ "dropout": 0.1,
8
+ "input_modality": "text",
9
+ "head_type": "causal_lm",
10
+ "version": "0.1"
11
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
sam2-epoch35.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e9ccbe4b8fb04587f16a61ad8a672522108f895da01bf248a4f02abb6500c89
3
+ size 211053440
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "50257": {
13
+ "content": "<|bos|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "50258": {
21
+ "content": "<|eot|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "50259": {
29
+ "content": "<|user|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50260": {
37
+ "content": "<|assistant|>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "50261": {
45
+ "content": "<|system|>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ }
52
+ },
53
+ "additional_special_tokens": [
54
+ "<|bos|>",
55
+ "<|eot|>",
56
+ "<|user|>",
57
+ "<|assistant|>",
58
+ "<|system|>"
59
+ ],
60
+ "bos_token": "<|endoftext|>",
61
+ "clean_up_tokenization_spaces": false,
62
+ "eos_token": "<|endoftext|>",
63
+ "extra_special_tokens": {},
64
+ "model_max_length": 1024,
65
+ "pad_token": "<|endoftext|>",
66
+ "tokenizer_class": "GPT2Tokenizer",
67
+ "unk_token": "<|endoftext|>"
68
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff