Upload 4 files
Browse files- spiece.model +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +2 -0
spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
|
3 |
+
size 791656
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -106,8 +106,10 @@
|
|
106 |
"extra_ids": 100,
|
107 |
"legacy": true,
|
108 |
"model_max_length": 512,
|
|
|
109 |
"pad_token": "<pad>",
|
110 |
"sp_model_kwargs": {},
|
|
|
111 |
"tokenizer_class": "T5Tokenizer",
|
112 |
"unk_token": "<unk>"
|
113 |
}
|
|
|
106 |
"extra_ids": 100,
|
107 |
"legacy": true,
|
108 |
"model_max_length": 512,
|
109 |
+
"name_or_path": "thesephist/contra-bottleneck-t5-base-wikipedia",
|
110 |
"pad_token": "<pad>",
|
111 |
"sp_model_kwargs": {},
|
112 |
+
"special_tokens_map_file": "/home/marcelo/.cache/huggingface/hub/models--thesephist--contra-bottleneck-t5-base-wikipedia/snapshots/95b09bc5e820e22907135f109169293c0fa732a3/special_tokens_map.json",
|
113 |
"tokenizer_class": "T5Tokenizer",
|
114 |
"unk_token": "<unk>"
|
115 |
}
|