Upload folder using huggingface_hub
Browse files- modules.json +3 -15
- tokenizer.json +2 -14
modules.json
CHANGED
|
@@ -1,26 +1,14 @@
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
"idx": 0,
|
| 4 |
-
"name": "
|
| 5 |
"path": "",
|
| 6 |
"type": "sentence_transformers.models.Transformer"
|
| 7 |
},
|
| 8 |
{
|
| 9 |
"idx": 1,
|
| 10 |
-
"name": "pooling",
|
| 11 |
-
"path": "1_WordPooling",
|
| 12 |
-
"type": "__main__.WordPooling"
|
| 13 |
-
},
|
| 14 |
-
{
|
| 15 |
-
"idx": 2,
|
| 16 |
-
"name": "0",
|
| 17 |
-
"path": "2_Transformer",
|
| 18 |
-
"type": "sentence_transformers.models.Transformer"
|
| 19 |
-
},
|
| 20 |
-
{
|
| 21 |
-
"idx": 3,
|
| 22 |
"name": "1",
|
| 23 |
-
"path": "
|
| 24 |
-
"type": "
|
| 25 |
}
|
| 26 |
]
|
|
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
"idx": 0,
|
| 4 |
+
"name": "0",
|
| 5 |
"path": "",
|
| 6 |
"type": "sentence_transformers.models.Transformer"
|
| 7 |
},
|
| 8 |
{
|
| 9 |
"idx": 1,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
"name": "1",
|
| 11 |
+
"path": "1_WordPooling",
|
| 12 |
+
"type": "examples.sentence_transformer.training.wordnet.train_wordnet_infonce.WordPooling"
|
| 13 |
}
|
| 14 |
]
|
tokenizer.json
CHANGED
|
@@ -1,19 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
|
| 5 |
-
"max_length": 512,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
-
"padding": {
|
| 10 |
-
"strategy": "BatchLongest",
|
| 11 |
-
"direction": "Right",
|
| 12 |
-
"pad_to_multiple_of": null,
|
| 13 |
-
"pad_id": 0,
|
| 14 |
-
"pad_type_id": 0,
|
| 15 |
-
"pad_token": "[PAD]"
|
| 16 |
-
},
|
| 17 |
"added_tokens": [
|
| 18 |
{
|
| 19 |
"id": 0,
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
| 4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
| 7 |
"id": 0,
|