slamos commited on
Commit
9767690
·
verified ·
1 Parent(s): 6a0f668

Upload folder using huggingface_hub

Browse files
onnx/robeczech/config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RobertaForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
+ "dtype": "float32",
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "atletika",
16
+ "1": "baseball",
17
+ "2": "basketbal",
18
+ "3": "biatlon",
19
+ "4": "box",
20
+ "5": "cyklistika",
21
+ "6": "dostihy",
22
+ "7": "florbal",
23
+ "8": "formule1",
24
+ "9": "fotbal",
25
+ "10": "futsal",
26
+ "11": "golf",
27
+ "12": "hazena",
28
+ "13": "hokej",
29
+ "14": "hokejbal",
30
+ "15": "krasobrusleni",
31
+ "16": "lyze_snowboard",
32
+ "17": "moto",
33
+ "18": "olympijske_hry",
34
+ "19": "rugby",
35
+ "20": "rychlobrusleni",
36
+ "21": "tenis",
37
+ "22": "vodni_sporty",
38
+ "23": "volejbal"
39
+ },
40
+ "initializer_range": 0.02,
41
+ "intermediate_size": 3072,
42
+ "label2id": {
43
+ "atletika": 0,
44
+ "baseball": 1,
45
+ "basketbal": 2,
46
+ "biatlon": 3,
47
+ "box": 4,
48
+ "cyklistika": 5,
49
+ "dostihy": 6,
50
+ "florbal": 7,
51
+ "formule1": 8,
52
+ "fotbal": 9,
53
+ "futsal": 10,
54
+ "golf": 11,
55
+ "hazena": 12,
56
+ "hokej": 13,
57
+ "hokejbal": 14,
58
+ "krasobrusleni": 15,
59
+ "lyze_snowboard": 16,
60
+ "moto": 17,
61
+ "olympijske_hry": 18,
62
+ "rugby": 19,
63
+ "rychlobrusleni": 20,
64
+ "tenis": 21,
65
+ "vodni_sporty": 22,
66
+ "volejbal": 23
67
+ },
68
+ "layer_norm_eps": 1e-05,
69
+ "max_position_embeddings": 514,
70
+ "model_type": "roberta",
71
+ "num_attention_heads": 12,
72
+ "num_hidden_layers": 12,
73
+ "pad_token_id": 1,
74
+ "position_embedding_type": "absolute",
75
+ "transformers_version": "4.57.6",
76
+ "type_vocab_size": 1,
77
+ "use_cache": true,
78
+ "vocab_size": 51997
79
+ }
onnx/robeczech/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
onnx/robeczech/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d696fb2e5819634cbfab8090e6dbc87459c36478621dd6fc136e1328d1d030d9
3
+ size 504200023
onnx/robeczech/special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "[CLS]",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "[SEP]",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "[MASK]",
25
+ "lstrip": true,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "[PAD]",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "[SEP]",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "[UNK]",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
onnx/robeczech/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
onnx/robeczech/tokenizer_config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "[CLS]",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "[PAD]",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "[SEP]",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "[UNK]",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "51960": {
37
+ "content": "[MASK]",
38
+ "lstrip": true,
39
+ "normalized": true,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "[CLS]",
46
+ "clean_up_tokenization_spaces": false,
47
+ "cls_token": "[CLS]",
48
+ "eos_token": "[SEP]",
49
+ "errors": "replace",
50
+ "extra_special_tokens": {},
51
+ "mask_token": "[MASK]",
52
+ "max_length": 256,
53
+ "model_max_length": 512,
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
+ "tokenizer_class": "RobertaTokenizer",
61
+ "trim_offsets": true,
62
+ "truncation_side": "right",
63
+ "truncation_strategy": "longest_first",
64
+ "unk_token": "[UNK]"
65
+ }
onnx/robeczech/vocab.json ADDED
The diff for this file is too large to render. See raw diff