lamaabdulaziz
commited on
Commit
•
6172626
1
Parent(s):
815a89d
Training in progress, epoch 0
Browse files- pytorch_model.bin +1 -1
- runs/Mar16_22-39-25_75a26811e764/1679006371.4029107/events.out.tfevents.1679006371.75a26811e764.23.7 +3 -0
- runs/Mar16_22-39-25_75a26811e764/events.out.tfevents.1679006371.75a26811e764.23.6 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +20 -0
- training_args.bin +1 -1
- vocab.txt +0 -0
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 540850541
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:baef9e1e72d24ac7b51d0c9ac357674e292864b97370d8431fc21f4b318a0045
|
3 |
size 540850541
|
runs/Mar16_22-39-25_75a26811e764/1679006371.4029107/events.out.tfevents.1679006371.75a26811e764.23.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fd843b2ee64c6aee493ade5d26ed64c9a106500d7c177782902f9e323215c92
|
3 |
+
size 5375
|
runs/Mar16_22-39-25_75a26811e764/events.out.tfevents.1679006371.75a26811e764.23.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a3e849ad5cb2d098272b8de8b5ebf4fb9382eec4ab992799940857eccf54584
|
3 |
+
size 4463
|
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,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"do_basic_tokenize": true,
|
4 |
+
"do_lower_case": false,
|
5 |
+
"mask_token": "[MASK]",
|
6 |
+
"max_len": 512,
|
7 |
+
"name_or_path": "lamaabdulaziz/AraBERT-finetuned-fnd",
|
8 |
+
"never_split": [
|
9 |
+
"[بريد]",
|
10 |
+
"[مستخدم]",
|
11 |
+
"[رابط]"
|
12 |
+
],
|
13 |
+
"pad_token": "[PAD]",
|
14 |
+
"sep_token": "[SEP]",
|
15 |
+
"special_tokens_map_file": null,
|
16 |
+
"strip_accents": null,
|
17 |
+
"tokenize_chinese_chars": true,
|
18 |
+
"tokenizer_class": "BertTokenizer",
|
19 |
+
"unk_token": "[UNK]"
|
20 |
+
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3311
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58cb0cc28b2b803c23901a2d94727d738c02daeced904c32b6ff7c224abb3347
|
3 |
size 3311
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|