Commit
·
539a25c
1
Parent(s):
fe4bdc6
Delete distilbert
Browse files- distilbert/distilbert-base-cased/checkpoint-738/config.json +0 -37
- distilbert/distilbert-base-cased/checkpoint-738/config.jsonZone.Identifier +0 -0
- distilbert/distilbert-base-cased/checkpoint-738/model.safetensorsZone.Identifier +0 -0
- distilbert/distilbert-base-cased/checkpoint-738/optimizer.ptZone.Identifier +0 -0
- distilbert/distilbert-base-cased/checkpoint-738/rng_state.pthZone.Identifier +0 -0
- distilbert/distilbert-base-cased/checkpoint-738/scheduler.ptZone.Identifier +0 -0
- distilbert/distilbert-base-cased/checkpoint-738/special_tokens_map.json +0 -7
- distilbert/distilbert-base-cased/checkpoint-738/special_tokens_map.jsonZone.Identifier +0 -0
- distilbert/distilbert-base-cased/checkpoint-738/tokenizer.json +0 -0
- distilbert/distilbert-base-cased/checkpoint-738/tokenizer.jsonZone.Identifier +0 -0
- distilbert/distilbert-base-cased/checkpoint-738/tokenizer_config.json +0 -56
- distilbert/distilbert-base-cased/checkpoint-738/tokenizer_config.jsonZone.Identifier +0 -0
- distilbert/distilbert-base-cased/checkpoint-738/trainer_state.json +0 -0
- distilbert/distilbert-base-cased/checkpoint-738/trainer_state.jsonZone.Identifier +0 -0
- distilbert/distilbert-base-cased/checkpoint-738/training_args.binZone.Identifier +0 -0
- distilbert/distilbert-base-cased/checkpoint-738/vocab.txt +0 -0
- distilbert/distilbert-base-cased/checkpoint-738/vocab.txtZone.Identifier +0 -0
distilbert/distilbert-base-cased/checkpoint-738/config.json
DELETED
@@ -1,37 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"activation": "gelu",
|
3 |
-
"architectures": [
|
4 |
-
"DistilBertForSequenceClassification"
|
5 |
-
],
|
6 |
-
"attention_dropout": 0.1,
|
7 |
-
"dim": 768,
|
8 |
-
"dropout": 0.1,
|
9 |
-
"hidden_dim": 3072,
|
10 |
-
"id2label": {
|
11 |
-
"0": "LABEL_0",
|
12 |
-
"1": "LABEL_1",
|
13 |
-
"2": "LABEL_2",
|
14 |
-
"3": "LABEL_3"
|
15 |
-
},
|
16 |
-
"initializer_range": 0.02,
|
17 |
-
"label2id": {
|
18 |
-
"LABEL_0": 0,
|
19 |
-
"LABEL_1": 1,
|
20 |
-
"LABEL_2": 2,
|
21 |
-
"LABEL_3": 3
|
22 |
-
},
|
23 |
-
"max_position_embeddings": 512,
|
24 |
-
"model_type": "distilbert",
|
25 |
-
"n_heads": 12,
|
26 |
-
"n_layers": 6,
|
27 |
-
"output_past": true,
|
28 |
-
"pad_token_id": 0,
|
29 |
-
"problem_type": "single_label_classification",
|
30 |
-
"qa_dropout": 0.1,
|
31 |
-
"seq_classif_dropout": 0.2,
|
32 |
-
"sinusoidal_pos_embds": false,
|
33 |
-
"tie_weights_": true,
|
34 |
-
"torch_dtype": "float32",
|
35 |
-
"transformers_version": "4.51.0",
|
36 |
-
"vocab_size": 28996
|
37 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
distilbert/distilbert-base-cased/checkpoint-738/config.jsonZone.Identifier
DELETED
File without changes
|
distilbert/distilbert-base-cased/checkpoint-738/model.safetensorsZone.Identifier
DELETED
File without changes
|
distilbert/distilbert-base-cased/checkpoint-738/optimizer.ptZone.Identifier
DELETED
File without changes
|
distilbert/distilbert-base-cased/checkpoint-738/rng_state.pthZone.Identifier
DELETED
File without changes
|
distilbert/distilbert-base-cased/checkpoint-738/scheduler.ptZone.Identifier
DELETED
File without changes
|
distilbert/distilbert-base-cased/checkpoint-738/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 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
distilbert/distilbert-base-cased/checkpoint-738/special_tokens_map.jsonZone.Identifier
DELETED
File without changes
|
distilbert/distilbert-base-cased/checkpoint-738/tokenizer.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
distilbert/distilbert-base-cased/checkpoint-738/tokenizer.jsonZone.Identifier
DELETED
File without changes
|
distilbert/distilbert-base-cased/checkpoint-738/tokenizer_config.json
DELETED
@@ -1,56 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"added_tokens_decoder": {
|
3 |
-
"0": {
|
4 |
-
"content": "[PAD]",
|
5 |
-
"lstrip": false,
|
6 |
-
"normalized": false,
|
7 |
-
"rstrip": false,
|
8 |
-
"single_word": false,
|
9 |
-
"special": true
|
10 |
-
},
|
11 |
-
"100": {
|
12 |
-
"content": "[UNK]",
|
13 |
-
"lstrip": false,
|
14 |
-
"normalized": false,
|
15 |
-
"rstrip": false,
|
16 |
-
"single_word": false,
|
17 |
-
"special": true
|
18 |
-
},
|
19 |
-
"101": {
|
20 |
-
"content": "[CLS]",
|
21 |
-
"lstrip": false,
|
22 |
-
"normalized": false,
|
23 |
-
"rstrip": false,
|
24 |
-
"single_word": false,
|
25 |
-
"special": true
|
26 |
-
},
|
27 |
-
"102": {
|
28 |
-
"content": "[SEP]",
|
29 |
-
"lstrip": false,
|
30 |
-
"normalized": false,
|
31 |
-
"rstrip": false,
|
32 |
-
"single_word": false,
|
33 |
-
"special": true
|
34 |
-
},
|
35 |
-
"103": {
|
36 |
-
"content": "[MASK]",
|
37 |
-
"lstrip": false,
|
38 |
-
"normalized": false,
|
39 |
-
"rstrip": false,
|
40 |
-
"single_word": false,
|
41 |
-
"special": true
|
42 |
-
}
|
43 |
-
},
|
44 |
-
"clean_up_tokenization_spaces": false,
|
45 |
-
"cls_token": "[CLS]",
|
46 |
-
"do_lower_case": false,
|
47 |
-
"extra_special_tokens": {},
|
48 |
-
"mask_token": "[MASK]",
|
49 |
-
"model_max_length": 512,
|
50 |
-
"pad_token": "[PAD]",
|
51 |
-
"sep_token": "[SEP]",
|
52 |
-
"strip_accents": null,
|
53 |
-
"tokenize_chinese_chars": true,
|
54 |
-
"tokenizer_class": "DistilBertTokenizer",
|
55 |
-
"unk_token": "[UNK]"
|
56 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
distilbert/distilbert-base-cased/checkpoint-738/tokenizer_config.jsonZone.Identifier
DELETED
File without changes
|
distilbert/distilbert-base-cased/checkpoint-738/trainer_state.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
distilbert/distilbert-base-cased/checkpoint-738/trainer_state.jsonZone.Identifier
DELETED
File without changes
|
distilbert/distilbert-base-cased/checkpoint-738/training_args.binZone.Identifier
DELETED
File without changes
|
distilbert/distilbert-base-cased/checkpoint-738/vocab.txt
DELETED
The diff for this file is too large to render.
See raw diff
|
|
distilbert/distilbert-base-cased/checkpoint-738/vocab.txtZone.Identifier
DELETED
File without changes
|