NedaTaghizadeh commited on
Commit
0734c3a
·
1 Parent(s): 1393cfd

commit files to HF hub

Browse files
config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "HooshvareLab/bert-fa-base-uncased-clf-digimag",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "finetuning_task": "digimag",
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "0",
15
+ "1": "1",
16
+ "2": "2",
17
+ "3": "3",
18
+ "4": "4",
19
+ "5": "5",
20
+ "6": "6",
21
+ "7": "7",
22
+ "8": "8",
23
+ "9": "9",
24
+ "10": "10",
25
+ "11": "11",
26
+ "12": "12",
27
+ "13": "13",
28
+ "14": "14",
29
+ "15": "15",
30
+ "16": "16",
31
+ "17": "17"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 3072,
35
+ "label2id": {
36
+ "0": 0,
37
+ "1": 1,
38
+ "10": 10,
39
+ "11": 11,
40
+ "12": 12,
41
+ "13": 13,
42
+ "14": 14,
43
+ "15": 15,
44
+ "16": 16,
45
+ "17": 17,
46
+ "2": 2,
47
+ "3": 3,
48
+ "4": 4,
49
+ "5": 5,
50
+ "6": 6,
51
+ "7": 7,
52
+ "8": 8,
53
+ "9": 9
54
+ },
55
+ "layer_norm_eps": 1e-12,
56
+ "max_position_embeddings": 512,
57
+ "model_type": "bert",
58
+ "num_attention_heads": 12,
59
+ "num_hidden_layers": 12,
60
+ "pad_token_id": 0,
61
+ "position_embedding_type": "absolute",
62
+ "problem_type": "single_label_classification",
63
+ "torch_dtype": "float32",
64
+ "transformers_version": "4.30.2",
65
+ "type_vocab_size": 2,
66
+ "use_cache": true,
67
+ "vocab_size": 100000
68
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a3bda8476e2cdde73412a0613fefa0aadc3bd29ac3194b8cf48c01170977864
3
+ size 651493557
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,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": true,
6
+ "full_tokenizer_file": null,
7
+ "mask_token": "[MASK]",
8
+ "model_max_length": 1000000000000000019884624838656,
9
+ "never_split": null,
10
+ "pad_token": "[PAD]",
11
+ "sep_token": "[SEP]",
12
+ "strip_accents": null,
13
+ "tokenize_chinese_chars": true,
14
+ "tokenizer_class": "BertTokenizer",
15
+ "unk_token": "[UNK]"
16
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff