补充模型文件
This commit is contained in:
parent
97fd63763d
commit
265dee7729
4
.gitignore
vendored
4
.gitignore
vendored
@ -47,6 +47,10 @@ web/*
|
|||||||
|
|
||||||
*.sqlite
|
*.sqlite
|
||||||
|
|
||||||
|
router.ts
|
||||||
|
|
||||||
|
database.d.ts
|
||||||
|
|
||||||
.devtools
|
.devtools
|
||||||
data/oss/*
|
data/oss/*
|
||||||
data/test.sqlite
|
data/test.sqlite
|
||||||
|
|||||||
BIN
data/models/all-MiniLM-L6-v2/all-MiniLM-L6-v2_fp16.onnx
Normal file
BIN
data/models/all-MiniLM-L6-v2/all-MiniLM-L6-v2_fp16.onnx
Normal file
Binary file not shown.
7
data/models/all-MiniLM-L6-v2/special_tokens_map.json
Normal file
7
data/models/all-MiniLM-L6-v2/special_tokens_map.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"cls_token": "[CLS]",
|
||||||
|
"mask_token": "[MASK]",
|
||||||
|
"pad_token": "[PAD]",
|
||||||
|
"sep_token": "[SEP]",
|
||||||
|
"unk_token": "[UNK]"
|
||||||
|
}
|
||||||
15
data/models/all-MiniLM-L6-v2/tokenizer_config.json
Normal file
15
data/models/all-MiniLM-L6-v2/tokenizer_config.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"clean_up_tokenization_spaces": true,
|
||||||
|
"cls_token": "[CLS]",
|
||||||
|
"do_basic_tokenize": true,
|
||||||
|
"do_lower_case": true,
|
||||||
|
"mask_token": "[MASK]",
|
||||||
|
"model_max_length": 512,
|
||||||
|
"never_split": null,
|
||||||
|
"pad_token": "[PAD]",
|
||||||
|
"sep_token": "[SEP]",
|
||||||
|
"strip_accents": null,
|
||||||
|
"tokenize_chinese_chars": true,
|
||||||
|
"tokenizer_class": "BertTokenizer",
|
||||||
|
"unk_token": "[UNK]"
|
||||||
|
}
|
||||||
30522
data/models/all-MiniLM-L6-v2/vocab.txt
Normal file
30522
data/models/all-MiniLM-L6-v2/vocab.txt
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user