Added tokenizer
Browse files- config.json +1 -2
- tokenizer.json +0 -0
- tokenizer_config.json +3 -0
config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "distilbert-base-uncased",
|
| 3 |
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
"DistilBertForMaskedLM"
|
|
@@ -18,6 +17,6 @@
|
|
| 18 |
"seq_classif_dropout": 0.2,
|
| 19 |
"sinusoidal_pos_embds": false,
|
| 20 |
"tie_weights_": true,
|
| 21 |
-
"transformers_version": "4.
|
| 22 |
"vocab_size": 30522
|
| 23 |
}
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"activation": "gelu",
|
| 3 |
"architectures": [
|
| 4 |
"DistilBertForMaskedLM"
|
|
|
|
| 17 |
"seq_classif_dropout": 0.2,
|
| 18 |
"sinusoidal_pos_embds": false,
|
| 19 |
"tie_weights_": true,
|
| 20 |
+
"transformers_version": "4.10.0.dev0",
|
| 21 |
"vocab_size": 30522
|
| 22 |
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_lower_case": true
|
| 3 |
+
}
|