Upload folder using huggingface_hub
Browse files- modules.json +1 -0
- sentence_bert_config.json +1 -0
- tokenizer_config.json +1 -0
- vocab.txt +7 -0
modules.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"idx": 0, "name": "0", "path": "", "type": "sentence_transformers.models.Transformer"}]
|
sentence_bert_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"max_seq_length": 512, "do_lower_case": false}
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"model_max_length": 512}
|
vocab.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[PAD]
|
| 2 |
+
[UNK]
|
| 3 |
+
[CLS]
|
| 4 |
+
[SEP]
|
| 5 |
+
[MASK]
|
| 6 |
+
hello
|
| 7 |
+
world
|