upload model

This commit is contained in:
Sijun HE 2022-05-16 22:45:28 +08:00
parent 420ea21ac7
commit 72a3e5c7d1
7 changed files with 64378 additions and 0 deletions

3160
config.json Normal file

File diff suppressed because it is too large Load Diff

19
preprocessor_config.json Normal file
View File

@ -0,0 +1,19 @@
{
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "ViltFeatureExtractor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"processor_class": "ViltProcessor",
"resample": 3,
"size": 384,
"size_divisor": 32
}

BIN
pytorch_model.bin (Stored with Git LFS) Normal file

Binary file not shown.

1
special_tokens_map.json Normal file
View File

@ -0,0 +1 @@
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}

30672
tokenizer.json Normal file

File diff suppressed because it is too large Load Diff

1
tokenizer_config.json Normal file
View File

@ -0,0 +1 @@
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 40, "special_tokens_map_file": null, "name_or_path": "dandelin/vilt-b32-finetuned-vqa", "tokenizer_class": "BertTokenizer", "processor_class": "ViltProcessor"}

30522
vocab.txt Normal file

File diff suppressed because it is too large Load Diff