Delete distilber_quora_model
Browse files- distilber_quora_model/config.json +0 -25
- distilber_quora_model/pytorch_model.bin +0 -3
- distilber_quora_model/special_tokens_map.json +0 -7
- distilber_quora_model/tokenizer.json +0 -0
- distilber_quora_model/tokenizer_config.json +0 -13
- distilber_quora_model/training_args.bin +0 -3
- distilber_quora_model/vocab.txt +0 -0
distilber_quora_model/config.json
DELETED
@@ -1,25 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "distilbert-base-uncased",
|
3 |
-
"activation": "gelu",
|
4 |
-
"architectures": [
|
5 |
-
"DistilBertForSequenceClassification"
|
6 |
-
],
|
7 |
-
"attention_dropout": 0.1,
|
8 |
-
"dim": 768,
|
9 |
-
"dropout": 0.1,
|
10 |
-
"hidden_dim": 3072,
|
11 |
-
"initializer_range": 0.02,
|
12 |
-
"max_position_embeddings": 512,
|
13 |
-
"model_type": "distilbert",
|
14 |
-
"n_heads": 12,
|
15 |
-
"n_layers": 6,
|
16 |
-
"pad_token_id": 0,
|
17 |
-
"problem_type": "single_label_classification",
|
18 |
-
"qa_dropout": 0.1,
|
19 |
-
"seq_classif_dropout": 0.2,
|
20 |
-
"sinusoidal_pos_embds": false,
|
21 |
-
"tie_weights_": true,
|
22 |
-
"torch_dtype": "float32",
|
23 |
-
"transformers_version": "4.33.0",
|
24 |
-
"vocab_size": 30522
|
25 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
distilber_quora_model/pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:85609037a1028c028dc452b59578d424ed32abe8ad88315206e47560c259c422
|
3 |
-
size 267855533
|
|
|
|
|
|
|
|
distilber_quora_model/special_tokens_map.json
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"cls_token": "[CLS]",
|
3 |
-
"mask_token": "[MASK]",
|
4 |
-
"pad_token": "[PAD]",
|
5 |
-
"sep_token": "[SEP]",
|
6 |
-
"unk_token": "[UNK]"
|
7 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
distilber_quora_model/tokenizer.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
distilber_quora_model/tokenizer_config.json
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"clean_up_tokenization_spaces": true,
|
3 |
-
"cls_token": "[CLS]",
|
4 |
-
"do_lower_case": true,
|
5 |
-
"mask_token": "[MASK]",
|
6 |
-
"model_max_length": 512,
|
7 |
-
"pad_token": "[PAD]",
|
8 |
-
"sep_token": "[SEP]",
|
9 |
-
"strip_accents": null,
|
10 |
-
"tokenize_chinese_chars": true,
|
11 |
-
"tokenizer_class": "DistilBertTokenizer",
|
12 |
-
"unk_token": "[UNK]"
|
13 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
distilber_quora_model/training_args.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:710eb110a3def026dcb55b4e8f989481ee8bae8d3ea4c34d2224fd5751dea344
|
3 |
-
size 4027
|
|
|
|
|
|
|
|
distilber_quora_model/vocab.txt
DELETED
The diff for this file is too large to render.
See raw diff
|
|