Training in progress, epoch 0
Browse files- config.json +12 -17
- pytorch_model.bin +2 -2
- runs/Jun11_17-56-53_35ea9e197b6c/events.out.tfevents.1686506232.35ea9e197b6c.5859.0 +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +10 -4
- training_args.bin +1 -1
- vocab.txt +0 -0
config.json
CHANGED
@@ -1,37 +1,32 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
8 |
-
"
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
-
"hidden_size":
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
-
"intermediate_size":
|
19 |
"label2id": {
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
},
|
24 |
"layer_norm_eps": 1e-12,
|
25 |
"max_position_embeddings": 512,
|
26 |
"model_type": "bert",
|
27 |
-
"num_attention_heads":
|
28 |
-
"num_hidden_layers":
|
29 |
"pad_token_id": 0,
|
30 |
-
"pooler_fc_size": 768,
|
31 |
-
"pooler_num_attention_heads": 12,
|
32 |
-
"pooler_num_fc_layers": 3,
|
33 |
-
"pooler_size_per_head": 128,
|
34 |
-
"pooler_type": "first_token_transform",
|
35 |
"position_embedding_type": "absolute",
|
36 |
"problem_type": "single_label_classification",
|
37 |
"torch_dtype": "float32",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "aubmindlab/bert-large-arabertv02-twitter",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 1024,
|
12 |
"id2label": {
|
13 |
+
"0": "LABEL_0",
|
14 |
+
"1": "LABEL_1",
|
15 |
+
"2": "LABEL_2"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 4096,
|
19 |
"label2id": {
|
20 |
+
"LABEL_0": 0,
|
21 |
+
"LABEL_1": 1,
|
22 |
+
"LABEL_2": 2
|
23 |
},
|
24 |
"layer_norm_eps": 1e-12,
|
25 |
"max_position_embeddings": 512,
|
26 |
"model_type": "bert",
|
27 |
+
"num_attention_heads": 16,
|
28 |
+
"num_hidden_layers": 24,
|
29 |
"pad_token_id": 0,
|
|
|
|
|
|
|
|
|
|
|
30 |
"position_embedding_type": "absolute",
|
31 |
"problem_type": "single_label_classification",
|
32 |
"torch_dtype": "float32",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:709dfbb5bfc4338d93bcf9ba6129d6c067f3eb7a8429e44ec4ca63052e914cbd
|
3 |
+
size 1477844597
|
runs/Jun11_17-56-53_35ea9e197b6c/events.out.tfevents.1686506232.35ea9e197b6c.5859.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8757222ae32c5bbf62dd15a610ccea018c6d99dd8a4fdf5a9170a0498060c965
|
3 |
+
size 4607
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -2,14 +2,20 @@
|
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"cls_token": "[CLS]",
|
4 |
"do_basic_tokenize": true,
|
5 |
-
"do_lower_case":
|
6 |
"mask_token": "[MASK]",
|
7 |
-
"
|
8 |
-
"
|
|
|
|
|
|
|
|
|
|
|
9 |
"pad_token": "[PAD]",
|
10 |
"sep_token": "[SEP]",
|
11 |
"strip_accents": null,
|
12 |
"tokenize_chinese_chars": true,
|
13 |
"tokenizer_class": "BertTokenizer",
|
14 |
-
"unk_token": "[UNK]"
|
|
|
15 |
}
|
|
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"cls_token": "[CLS]",
|
4 |
"do_basic_tokenize": true,
|
5 |
+
"do_lower_case": false,
|
6 |
"mask_token": "[MASK]",
|
7 |
+
"max_len": 512,
|
8 |
+
"model_max_length": 512,
|
9 |
+
"never_split": [
|
10 |
+
"[بريد]",
|
11 |
+
"[مستخدم]",
|
12 |
+
"[رابط]"
|
13 |
+
],
|
14 |
"pad_token": "[PAD]",
|
15 |
"sep_token": "[SEP]",
|
16 |
"strip_accents": null,
|
17 |
"tokenize_chinese_chars": true,
|
18 |
"tokenizer_class": "BertTokenizer",
|
19 |
+
"unk_token": "[UNK]",
|
20 |
+
"use_fast": true
|
21 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3963
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15b276cad04a08b5726b113ede2970a0bd785db37346244d5ce122f33977325b
|
3 |
size 3963
|
vocab.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|