nouman-10 commited on
Commit
817878e
โ€ข
1 Parent(s): 15033fa

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "aubmindlab/bert-base-arabertv2",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "false",
13
+ "1": "true"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "false": 0,
19
+ "true": 1
20
+ },
21
+ "layer_norm_eps": 1e-12,
22
+ "max_position_embeddings": 512,
23
+ "model_type": "bert",
24
+ "num_attention_heads": 12,
25
+ "num_hidden_layers": 12,
26
+ "pad_token_id": 0,
27
+ "position_embedding_type": "absolute",
28
+ "problem_type": "single_label_classification",
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.31.0",
31
+ "type_vocab_size": 2,
32
+ "use_cache": true,
33
+ "vocab_size": 64000
34
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ecf83575d458cf814878e03a8465d42b3492335eac3b5da381e1f1d3465281c
3
+ size 540847921
runs/Aug12_13-39-08_dbd4d19939a9/events.out.tfevents.1691847553.dbd4d19939a9.182.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:335348aaf3c694c0ec63632ce5007f23870d8a3881fca8f3b15554bbc81a87b2
3
+ size 4520
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
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
+ "+ูŠู†",
15
+ "ูˆ+",
16
+ "+ูƒู†",
17
+ "+ุงู†",
18
+ "+ู‡ู…",
19
+ "+ุฉ",
20
+ "[ุจุฑูŠุฏ]",
21
+ "ู„ู„+",
22
+ "+ูŠ",
23
+ "+ุช",
24
+ "+ู†",
25
+ "ุณ+",
26
+ "ู„+",
27
+ "[ู…ุณุชุฎุฏู…]",
28
+ "+ูƒู…",
29
+ "+ุง",
30
+ "ุจ+",
31
+ "ู+",
32
+ "+ู†ุง",
33
+ "+ู‡ุง",
34
+ "+ูˆู†",
35
+ "+ู‡ู…ุง",
36
+ "ุงู„+",
37
+ "+ู‡",
38
+ "+ู‡ู†",
39
+ "+ุงุช",
40
+ "[ุฑุงุจุท]"
41
+ ],
42
+ "pad_token": "[PAD]",
43
+ "sep_token": "[SEP]",
44
+ "strip_accents": null,
45
+ "tokenize_chinese_chars": true,
46
+ "tokenizer_class": "BertTokenizer",
47
+ "unk_token": "[UNK]"
48
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9da16bdba017a6eaa0e540fac162b6af3993e296cf8b95e464ef91069d33f2d5
3
+ size 3963
vocab.txt ADDED
The diff for this file is too large to render. See raw diff