Gholamreza commited on
Commit
6a3a1bf
1 Parent(s): 3041722

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "HooshvareLab/distilbert-fa-zwnj-base",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForMaskedLM"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "output_past": true,
17
+ "pad_token_id": 0,
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.26.1",
24
+ "vocab_size": 42000
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b869b26c1e529a3f64f55cf73199974e2883ab7537ff09c09a471088285f188b
3
+ size 303284401
runs/Feb20_12-37-41_8abe2dc88bd9/1676896674.6715443/events.out.tfevents.1676896674.8abe2dc88bd9.190.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c81aafdaac85cb8b1607b26544b8e7bf27df9da6ecd54225ce224989fa7de592
3
+ size 5764
runs/Feb20_12-37-41_8abe2dc88bd9/events.out.tfevents.1676896674.8abe2dc88bd9.190.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a91539cfe197276897e0020c4d7ca232c47fb833d18748516280250c5920aad
3
+ size 3831
runs/Feb20_12-42-12_8abe2dc88bd9/1676896934.9458582/events.out.tfevents.1676896934.8abe2dc88bd9.190.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5af10125a237a1f2a7cb40a67aa650e85bbbff06cef68c0eedb314fb606e35bf
3
+ size 5764
runs/Feb20_12-42-12_8abe2dc88bd9/events.out.tfevents.1676896934.8abe2dc88bd9.190.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eae1dee76409e49da3dfbd67fc2b19d7542a879112bf63f377a039ef6dd06333
3
+ size 6742
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,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": false,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "HooshvareLab/distilbert-fa-zwnj-base",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": false,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ef657c52305e8ba626658099c0003716b2191bf130d572a2c0711e36e773143
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff