praeclarumjj3 commited on
Commit
e5ecbf3
1 Parent(s): 7d56b8e

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": "person",
22
  "1": "bicycle",
@@ -371,14 +370,14 @@
371
  },
372
  "num_labels": 133,
373
  "num_text": null,
 
374
  "reduce_labels": false,
375
- "repo_path": "shi-labs/oneformer_coco_dinat_large",
376
  "resample": 2,
377
  "rescale_factor": 0.00392156862745098,
378
  "size": {
379
  "longest_edge": 1333,
380
  "shortest_edge": 800
381
  },
382
- "size_divisor": 32,
383
- "task_seq_length": 77
384
  }
 
16
  0.2239999920129776,
17
  0.22499999403953552
18
  ],
 
19
  "metadata": {
20
  "0": "person",
21
  "1": "bicycle",
 
370
  },
371
  "num_labels": 133,
372
  "num_text": null,
373
+ "processor_class": "OneFormerProcessor",
374
  "reduce_labels": false,
 
375
  "resample": 2,
376
  "rescale_factor": 0.00392156862745098,
377
  "size": {
378
  "longest_edge": 1333,
379
  "shortest_edge": 800
380
  },
381
+ "size_divisibility": 32,
382
+ "size_divisor": 32
383
  }
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_coco_dinat_large",
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