Upload main DistilEduBERT
Browse files- added_tokens.json +1 -0
- config.json +23 -0
- eval_results.txt +1 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +1 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
added_tokens.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{}
|
config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation": "gelu",
|
3 |
+
"attention_dropout": 0.1,
|
4 |
+
"dim": 768,
|
5 |
+
"dropout": 0.1,
|
6 |
+
"finetuning_task": null,
|
7 |
+
"hidden_dim": 3072,
|
8 |
+
"initializer_range": 0.02,
|
9 |
+
"max_position_embeddings": 512,
|
10 |
+
"n_heads": 12,
|
11 |
+
"n_layers": 6,
|
12 |
+
"num_labels": 2,
|
13 |
+
"output_attentions": false,
|
14 |
+
"output_hidden_states": false,
|
15 |
+
"pruned_heads": {},
|
16 |
+
"qa_dropout": 0.1,
|
17 |
+
"seq_classif_dropout": 0.2,
|
18 |
+
"sinusoidal_pos_embds": false,
|
19 |
+
"tie_weights_": true,
|
20 |
+
"torchscript": false,
|
21 |
+
"use_bfloat16": false,
|
22 |
+
"vocab_size": 30522
|
23 |
+
}
|
eval_results.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
perplexity = tensor(1.0715)
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1dd69f951b0c0f3554a26ea7890d4eaa2e8bce2954e60bc4410c1211ba2c1b41
|
3 |
+
size 267967963
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": true, "max_len": 512, "init_inputs": []}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae59ea5533abd87412663060cfa2b48e350f35e31d20c04d5654c1d3b0f244b6
|
3 |
+
size 1266
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|