MaiiiAdel commited on
Commit
8c74368
·
verified ·
1 Parent(s): b14403d

Initial commit with fine-tuned model

Browse files
Files changed (2) hide show
  1. config.json +2 -2
  2. tokenizer_config.json +1 -0
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "aubmindlab/bert-base-arabertv02",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -19,7 +19,7 @@
19
  "position_embedding_type": "absolute",
20
  "problem_type": "single_label_classification",
21
  "torch_dtype": "float32",
22
- "transformers_version": "4.41.2",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
  "vocab_size": 64000
 
1
  {
2
+ "_name_or_path": "MaiiiAdel/arabertv02_numerical",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
19
  "position_embedding_type": "absolute",
20
  "problem_type": "single_label_classification",
21
  "torch_dtype": "float32",
22
+ "transformers_version": "4.47.1",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
  "vocab_size": 64000
tokenizer_config.json CHANGED
@@ -69,6 +69,7 @@
69
  "cls_token": "[CLS]",
70
  "do_basic_tokenize": true,
71
  "do_lower_case": false,
 
72
  "mask_token": "[MASK]",
73
  "max_len": 512,
74
  "model_max_length": 512,
 
69
  "cls_token": "[CLS]",
70
  "do_basic_tokenize": true,
71
  "do_lower_case": false,
72
+ "extra_special_tokens": {},
73
  "mask_token": "[MASK]",
74
  "max_len": 512,
75
  "model_max_length": 512,