praeclarumjj3 commited on
Commit
38fffcf
1 Parent(s): b4a1525

Add configs

Browse files
merges.txt CHANGED
@@ -1,4 +1,4 @@
1
- #version: 0.2 - Trained by `huggingface/tokenizers`
2
  i n
3
  t h
4
  a n
1
+ #version: 0.2
2
  i n
3
  t h
4
  a n
preprocessor_config.json CHANGED
@@ -16,7 +16,6 @@
16
  0.2239999920129776,
17
  0.22499999403953552
18
  ],
19
- "max_seq_length": 77,
20
  "metadata": {
21
  "0": "wall",
22
  "1": "building",
@@ -425,8 +424,8 @@
425
  },
426
  "num_labels": 150,
427
  "num_text": null,
 
428
  "reduce_labels": false,
429
- "repo_path": "shi-labs/oneformer_ade20k_swin_tiny",
430
  "resample": 2,
431
  "rescale_factor": 0.00392156862745098,
432
  "size": {
@@ -434,6 +433,5 @@
434
  "shortest_edge": 512
435
  },
436
  "size_divisibility": 32,
437
- "size_divisor": 32,
438
- "task_seq_length": 77
439
  }
16
  0.2239999920129776,
17
  0.22499999403953552
18
  ],
 
19
  "metadata": {
20
  "0": "wall",
21
  "1": "building",
424
  },
425
  "num_labels": 150,
426
  "num_text": null,
427
+ "processor_class": "OneFormerProcessor",
428
  "reduce_labels": false,
 
429
  "resample": 2,
430
  "rescale_factor": 0.00392156862745098,
431
  "size": {
433
  "shortest_edge": 512
434
  },
435
  "size_divisibility": 32,
436
+ "size_divisor": 32
 
437
  }
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "__type": "AddedToken",
4
+ "content": "<|startoftext|>",
5
+ "lstrip": false,
6
+ "normalized": true,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eos_token": {
11
+ "__type": "AddedToken",
12
+ "content": "<|endoftext|>",
13
+ "lstrip": false,
14
+ "normalized": true,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "errors": "replace",
19
+ "model_max_length": 1000000000000000019884624838656,
20
+ "name_or_path": "shi-labs/oneformer_ade20k_swin_tiny",
21
+ "pad_token": "<|endoftext|>",
22
+ "processor_class": "OneFormerProcessor",
23
+ "special_tokens_map_file": null,
24
+ "tokenizer_class": "CLIPTokenizer",
25
+ "unk_token": {
26
+ "__type": "AddedToken",
27
+ "content": "<|endoftext|>",
28
+ "lstrip": false,
29
+ "normalized": true,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
vocab.json CHANGED
The diff for this file is too large to render. See raw diff