hellofoysal101 commited on
Commit
72ee4b6
·
verified ·
1 Parent(s): 1ea4951

Delete onnx_model

Browse files
onnx_model/config.json DELETED
@@ -1,40 +0,0 @@
1
- {
2
- "architectures": [
3
- "ElectraForSequenceClassification"
4
- ],
5
- "attention_probs_dropout_prob": 0.275,
6
- "classifier_dropout": null,
7
- "dtype": "float32",
8
- "embedding_size": 768,
9
- "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.275,
11
- "hidden_size": 768,
12
- "id2label": {
13
- "0": "Negative",
14
- "1": "Neutral",
15
- "2": "Positive"
16
- },
17
- "initializer_range": 0.02,
18
- "intermediate_size": 3072,
19
- "label2id": {
20
- "Negative": 0,
21
- "Neutral": 1,
22
- "Positive": 2
23
- },
24
- "layer_norm_eps": 1e-12,
25
- "max_position_embeddings": 512,
26
- "model_type": "electra",
27
- "num_attention_heads": 12,
28
- "num_hidden_layers": 12,
29
- "pad_token_id": 0,
30
- "position_embedding_type": "absolute",
31
- "problem_type": "single_label_classification",
32
- "summary_activation": "gelu",
33
- "summary_last_dropout": 0.1,
34
- "summary_type": "first",
35
- "summary_use_proj": true,
36
- "transformers_version": "4.57.6",
37
- "type_vocab_size": 2,
38
- "use_cache": false,
39
- "vocab_size": 32000
40
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
onnx_model/model.onnx DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e0a9141064300b759b72c36859af746971211b0e31658586445ff1bf6da30d7b
3
- size 442678771
 
 
 
 
onnx_model/special_tokens_map.json DELETED
@@ -1,37 +0,0 @@
1
- {
2
- "cls_token": {
3
- "content": "[CLS]",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "mask_token": {
10
- "content": "[MASK]",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "[PAD]",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "sep_token": {
24
- "content": "[SEP]",
25
- "lstrip": false,
26
- "normalized": false,
27
- "rstrip": false,
28
- "single_word": false
29
- },
30
- "unk_token": {
31
- "content": "[UNK]",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false
36
- }
37
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
onnx_model/tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
onnx_model/tokenizer_config.json DELETED
@@ -1,66 +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
- "1": {
12
- "content": "[UNK]",
13
- "lstrip": false,
14
- "normalized": false,
15
- "rstrip": false,
16
- "single_word": false,
17
- "special": true
18
- },
19
- "2": {
20
- "content": "[CLS]",
21
- "lstrip": false,
22
- "normalized": false,
23
- "rstrip": false,
24
- "single_word": false,
25
- "special": true
26
- },
27
- "3": {
28
- "content": "[SEP]",
29
- "lstrip": false,
30
- "normalized": false,
31
- "rstrip": false,
32
- "single_word": false,
33
- "special": true
34
- },
35
- "4": {
36
- "content": "[MASK]",
37
- "lstrip": false,
38
- "normalized": false,
39
- "rstrip": false,
40
- "single_word": false,
41
- "special": true
42
- }
43
- },
44
- "backend": "tokenizers",
45
- "clean_up_tokenization_spaces": false,
46
- "cls_token": "[CLS]",
47
- "do_lower_case": false,
48
- "extra_special_tokens": {},
49
- "full_tokenizer_file": null,
50
- "is_local": false,
51
- "mask_token": "[MASK]",
52
- "max_length": 64,
53
- "model_max_length": 1000000000000000019884624838656,
54
- "pad_to_multiple_of": null,
55
- "pad_token": "[PAD]",
56
- "pad_token_type_id": 0,
57
- "padding_side": "right",
58
- "sep_token": "[SEP]",
59
- "stride": 0,
60
- "strip_accents": null,
61
- "tokenize_chinese_chars": false,
62
- "tokenizer_class": "BertTokenizer",
63
- "truncation_side": "right",
64
- "truncation_strategy": "longest_first",
65
- "unk_token": "[UNK]"
66
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
onnx_model/vocab.txt DELETED
The diff for this file is too large to render. See raw diff