rollerhafeezh-amikom commited on
Commit
4f7e50e
1 Parent(s): 586f36b

Training in progress, epoch 1

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
config.json ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xlm-roberta-base",
3
+ "architectures": [
4
+ "XLMRobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "Arabic",
15
+ "1": "Basque",
16
+ "2": "Breton",
17
+ "3": "Catalan",
18
+ "4": "Chinese_China",
19
+ "5": "Chinese_Hongkong",
20
+ "6": "Chinese_Taiwan",
21
+ "7": "Chuvash",
22
+ "8": "Czech",
23
+ "9": "Dhivehi",
24
+ "10": "Dutch",
25
+ "11": "English",
26
+ "12": "Esperanto",
27
+ "13": "Estonian",
28
+ "14": "French",
29
+ "15": "Frisian",
30
+ "16": "Georgian",
31
+ "17": "German",
32
+ "18": "Greek",
33
+ "19": "Hakha_Chin",
34
+ "20": "Indonesian",
35
+ "21": "Interlingua",
36
+ "22": "Italian",
37
+ "23": "Japanese",
38
+ "24": "Kabyle",
39
+ "25": "Kinyarwanda",
40
+ "26": "Kyrgyz",
41
+ "27": "Latvian",
42
+ "28": "Maltese",
43
+ "29": "Mangolian",
44
+ "30": "Persian",
45
+ "31": "Polish",
46
+ "32": "Portuguese",
47
+ "33": "Romanian",
48
+ "34": "Romansh_Sursilvan",
49
+ "35": "Russian",
50
+ "36": "Sakha",
51
+ "37": "Slovenian",
52
+ "38": "Spanish",
53
+ "39": "Swedish",
54
+ "40": "Tamil",
55
+ "41": "Tatar",
56
+ "42": "Turkish",
57
+ "43": "Ukranian",
58
+ "44": "Welsh",
59
+ "45": "Slovak"
60
+ },
61
+ "initializer_range": 0.02,
62
+ "intermediate_size": 3072,
63
+ "label2id": {
64
+ "Arabic": 0,
65
+ "Basque": 1,
66
+ "Breton": 2,
67
+ "Catalan": 3,
68
+ "Chinese_China": 4,
69
+ "Chinese_Hongkong": 5,
70
+ "Chinese_Taiwan": 6,
71
+ "Chuvash": 7,
72
+ "Czech": 8,
73
+ "Dhivehi": 9,
74
+ "Dutch": 10,
75
+ "English": 11,
76
+ "Esperanto": 12,
77
+ "Estonian": 13,
78
+ "French": 14,
79
+ "Frisian": 15,
80
+ "Georgian": 16,
81
+ "German": 17,
82
+ "Greek": 18,
83
+ "Hakha_Chin": 19,
84
+ "Indonesian": 20,
85
+ "Interlingua": 21,
86
+ "Italian": 22,
87
+ "Japanese": 23,
88
+ "Kabyle": 24,
89
+ "Kinyarwanda": 25,
90
+ "Kyrgyz": 26,
91
+ "Latvian": 27,
92
+ "Maltese": 28,
93
+ "Mangolian": 29,
94
+ "Persian": 30,
95
+ "Polish": 31,
96
+ "Portuguese": 32,
97
+ "Romanian": 33,
98
+ "Romansh_Sursilvan": 34,
99
+ "Russian": 35,
100
+ "Sakha": 36,
101
+ "Slovak": 45,
102
+ "Slovenian": 37,
103
+ "Spanish": 38,
104
+ "Swedish": 39,
105
+ "Tamil": 40,
106
+ "Tatar": 41,
107
+ "Turkish": 42,
108
+ "Ukranian": 43,
109
+ "Welsh": 44
110
+ },
111
+ "layer_norm_eps": 1e-05,
112
+ "max_position_embeddings": 514,
113
+ "model_type": "xlm-roberta",
114
+ "num_attention_heads": 12,
115
+ "num_hidden_layers": 12,
116
+ "output_past": true,
117
+ "pad_token_id": 1,
118
+ "position_embedding_type": "absolute",
119
+ "problem_type": "single_label_classification",
120
+ "torch_dtype": "float32",
121
+ "transformers_version": "4.35.0",
122
+ "type_vocab_size": 1,
123
+ "use_cache": true,
124
+ "vocab_size": 250002
125
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f14dc25b115b8ec78e6b7cc2a63821c8f730b74bb6e4cd988ca868e1a1696f95
3
+ size 1112340352
runs/Jan29_11-09-08_server-cvis/events.out.tfevents.1706526588.server-cvis.441927.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ccd49b5bb43957950079d19ff5f73d83b951ee20739669c5255698f56432d10
3
+ size 6215
runs/Jan29_11-09-08_server-cvis/events.out.tfevents.1706526655.server-cvis.441927.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa69ed7181c2672325b522406863f4c75c10678a5756cf8742abdb38a1a0eba9
3
+ size 6215
runs/Jan29_11-20-59_server-cvis/events.out.tfevents.1706527261.server-cvis.441927.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:010fa1928fe43b86adb138348f5ae67f009e3dd74050478c593c93e44cc5afc6
3
+ size 6215
runs/Jan29_11-26-57_server-cvis/events.out.tfevents.1706527631.server-cvis.441927.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64e2b6d9cbbd06ec23d12f623c9dfe7599cde8d064ce4811f40001b5753fe4ce
3
+ size 6215
runs/Jan29_11-31-12_server-cvis/events.out.tfevents.1706527874.server-cvis.441927.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16385dc873209b40a3d7c85ee3a3fbff5ff964bcfeb65e9bdd8c8292e15dca24
3
+ size 4136
runs/Jan29_11-33-35_server-cvis/events.out.tfevents.1706528051.server-cvis.448058.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:beddca26d8d84fbabf355ed16350ca43c25952fb3446225ae4dc3a670fd1026a
3
+ size 7157
runs/Jan29_11-33-35_server-cvis/events.out.tfevents.1706528431.server-cvis.448058.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b21af2d9c0562bd83f84d2c88d3ce817a46012cfaf50725ce3d70af2c9fca410
3
+ size 7529
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:003498ab0695fbf35aedc8bbbae1e20a6033a1b3914e49c6d2fbe1d54d7d93b9
3
+ size 17082786
tokenizer_config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "mask_token": "<mask>",
49
+ "model_max_length": 512,
50
+ "pad_token": "<pad>",
51
+ "sep_token": "</s>",
52
+ "tokenizer_class": "XLMRobertaTokenizer",
53
+ "unk_token": "<unk>"
54
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c604139e4a83f290b70282279d18668290438565d95e208956d853d806b90aa
3
+ size 4664