Pushing sample model
Browse filesModel trained on crafter triplets
- special_tokens_map.json +4 -0
special_tokens_map.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"mask_token": "[MASK]",
|
3 |
+
"pad_token": "[PAD]"
|
4 |
+
}
|