Spaces:
Runtime error
Runtime error
Delete trained_distil_bert_base
Browse files- trained_distil_bert_base/config.json +0 -34
- trained_distil_bert_base/model.safetensors +0 -3
- trained_distil_bert_base/special_tokens_map.json +0 -7
- trained_distil_bert_base/tokenizer.json +0 -0
- trained_distil_bert_base/tokenizer_config.json +0 -56
- trained_distil_bert_base/training_args.bin +0 -3
- trained_distil_bert_base/vocab.txt +0 -0
trained_distil_bert_base/config.json
DELETED
@@ -1,34 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "distilbert-base-uncased",
|
3 |
-
"activation": "gelu",
|
4 |
-
"architectures": [
|
5 |
-
"DistilBertForTokenClassification"
|
6 |
-
],
|
7 |
-
"attention_dropout": 0.1,
|
8 |
-
"dim": 768,
|
9 |
-
"dropout": 0.1,
|
10 |
-
"hidden_dim": 3072,
|
11 |
-
"id2label": {
|
12 |
-
"0": "<negative_object>",
|
13 |
-
"1": "<positive_object>",
|
14 |
-
"2": "other"
|
15 |
-
},
|
16 |
-
"initializer_range": 0.02,
|
17 |
-
"label2id": {
|
18 |
-
"<negative_object>": 0,
|
19 |
-
"<positive_object>": 1,
|
20 |
-
"other": 2
|
21 |
-
},
|
22 |
-
"max_position_embeddings": 512,
|
23 |
-
"model_type": "distilbert",
|
24 |
-
"n_heads": 12,
|
25 |
-
"n_layers": 6,
|
26 |
-
"pad_token_id": 0,
|
27 |
-
"qa_dropout": 0.1,
|
28 |
-
"seq_classif_dropout": 0.2,
|
29 |
-
"sinusoidal_pos_embds": false,
|
30 |
-
"tie_weights_": true,
|
31 |
-
"torch_dtype": "float32",
|
32 |
-
"transformers_version": "4.47.1",
|
33 |
-
"vocab_size": 30522
|
34 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
trained_distil_bert_base/model.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:fb36c85564e41bc5a59a73f3eb7bec78036dc692deaa8445921831a8eb578155
|
3 |
-
size 265473092
|
|
|
|
|
|
|
|
trained_distil_bert_base/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 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
trained_distil_bert_base/tokenizer.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
trained_distil_bert_base/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": true,
|
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 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
trained_distil_bert_base/training_args.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2fd8c48146771df69da87617c19a779de315399b9b16d0881fdcef2642ae510f
|
3 |
-
size 5240
|
|
|
|
|
|
|
|
trained_distil_bert_base/vocab.txt
DELETED
The diff for this file is too large to render.
See raw diff
|
|