vincentclaes commited on
Commit
4976dad
1 Parent(s): e6ef3bd

Upload processor

Browse files
Files changed (2) hide show
  1. tokenizer.json +2 -16
  2. tokenizer_config.json +0 -7
tokenizer.json CHANGED
@@ -1,21 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 77,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": {
11
- "Fixed": 77
12
- },
13
- "direction": "Right",
14
- "pad_to_multiple_of": null,
15
- "pad_id": 49407,
16
- "pad_type_id": 0,
17
- "pad_token": "<|endoftext|>"
18
- },
19
  "added_tokens": [
20
  {
21
  "id": 49406,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 49406,
tokenizer_config.json CHANGED
@@ -23,16 +23,9 @@
23
  "do_lower_case": true,
24
  "eos_token": "<|endoftext|>",
25
  "errors": "replace",
26
- "max_length": 77,
27
  "model_max_length": 77,
28
- "pad_to_multiple_of": null,
29
  "pad_token": "<|endoftext|>",
30
- "pad_token_type_id": 0,
31
- "padding_side": "right",
32
  "processor_class": "CLIPProcessor",
33
- "stride": 0,
34
  "tokenizer_class": "CLIPTokenizer",
35
- "truncation_side": "right",
36
- "truncation_strategy": "longest_first",
37
  "unk_token": "<|endoftext|>"
38
  }
 
23
  "do_lower_case": true,
24
  "eos_token": "<|endoftext|>",
25
  "errors": "replace",
 
26
  "model_max_length": 77,
 
27
  "pad_token": "<|endoftext|>",
 
 
28
  "processor_class": "CLIPProcessor",
 
29
  "tokenizer_class": "CLIPTokenizer",
 
 
30
  "unk_token": "<|endoftext|>"
31
  }