nzm97 commited on
Commit
c7436a2
·
verified ·
1 Parent(s): 62a2cd7

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,23 +1,24 @@
1
  {
2
- "_name_or_path": "PRAli22/AraBert-Arabic-Sentiment-Analysis",
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": 768,
12
  "id2label": {
13
- "0": "positive",
14
- "1": "negative"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
- "negative": 1,
20
- "positive": 0
21
  },
22
  "layer_norm_eps": 1e-12,
23
  "max_position_embeddings": 512,
@@ -31,5 +32,5 @@
31
  "transformers_version": "4.46.2",
32
  "type_vocab_size": 2,
33
  "use_cache": true,
34
- "vocab_size": 64000
35
  }
 
1
  {
2
+ "_name_or_path": "CAMeL-Lab/bert-base-arabic-camelbert-da-sentiment",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
+ "finetuning_task": "arabic_sentiment",
9
  "gradient_checkpointing": false,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
+ "0": "normal",
15
+ "1": "abusive"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
+ "abusive": 1,
21
+ "normal": 0
22
  },
23
  "layer_norm_eps": 1e-12,
24
  "max_position_embeddings": 512,
 
32
  "transformers_version": "4.46.2",
33
  "type_vocab_size": 2,
34
  "use_cache": true,
35
+ "vocab_size": 30000
36
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f6922dd435d813ab1107868fd4c40285dc2c69020170b8d3a328fa8326729fe2
3
- size 540803072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd11c3a0710f4af18e0e0076a2079e554d1838281ccf24ef38715c040ac5b57e
3
+ size 436355056
runs/Nov13_08-42-37_ip-10-192-10-184/events.out.tfevents.1731487358.ip-10-192-10-184.8699.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c6c95eda76718849534cd94adecc17e66a90f72c95aec9fead5df1e1566f2dc
3
+ size 452
runs/Nov13_11-51-53_ip-10-192-12-67/events.out.tfevents.1731498747.ip-10-192-12-67.13565.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1621a525dca0412dca3d658496e51b4bfc744746a4c480fc4753d79ec57a6cfe
3
+ size 452
runs/Nov13_11-55-43_ip-10-192-12-135/events.out.tfevents.1731498945.ip-10-192-12-135.2622.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a5214aa9c5eb27c605a138cbf68ba917adb64124c18a96e9ee8789fd5a44873
3
+ size 452
runs/Nov13_11-56-15_ip-10-192-12-135/events.out.tfevents.1731498976.ip-10-192-12-135.3625.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e28d1178b2005a6fcff92dbce1d874473868082b553429fdfd886c70c1173d7
3
+ size 5261
special_tokens_map.json CHANGED
@@ -1,37 +1,7 @@
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
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -45,19 +45,14 @@
45
  "cls_token": "[CLS]",
46
  "do_basic_tokenize": true,
47
  "do_lower_case": false,
 
48
  "mask_token": "[MASK]",
49
- "max_len": 512,
50
- "model_max_length": 512,
51
- "never_split": [
52
- "[بريد]",
53
- "[مستخدم]",
54
- "[رابط]"
55
- ],
56
  "pad_token": "[PAD]",
57
  "sep_token": "[SEP]",
58
  "strip_accents": null,
59
  "tokenize_chinese_chars": true,
60
  "tokenizer_class": "BertTokenizer",
61
- "unk_token": "[UNK]",
62
- "use_fast": true
63
  }
 
45
  "cls_token": "[CLS]",
46
  "do_basic_tokenize": true,
47
  "do_lower_case": false,
48
+ "full_tokenizer_file": null,
49
  "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "never_split": null,
 
 
 
 
 
52
  "pad_token": "[PAD]",
53
  "sep_token": "[SEP]",
54
  "strip_accents": null,
55
  "tokenize_chinese_chars": true,
56
  "tokenizer_class": "BertTokenizer",
57
+ "unk_token": "[UNK]"
 
58
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:39db56620e8a1c60ad98afee35be4b8d3245aba8be0aa6dd372af4d88d8c6bd5
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaf000974ee0d18fb32c6e470a0b73a7cea77bc8bc199d6067d679cc4ac471ce
3
  size 5304
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff