End of training
Browse files- .gitignore +1 -0
- config.json +34 -0
- pytorch_model.bin +3 -0
- runs/Jun02_16-51-19_d3a67bc0bb7a/1685724717.2902505/events.out.tfevents.1685724717.d3a67bc0bb7a.5691.1 +3 -0
- runs/Jun02_16-51-19_d3a67bc0bb7a/events.out.tfevents.1685724717.d3a67bc0bb7a.5691.0 +3 -0
- runs/Jun02_16-52-26_d3a67bc0bb7a/1685724752.650758/events.out.tfevents.1685724752.d3a67bc0bb7a.5691.3 +3 -0
- runs/Jun02_16-52-26_d3a67bc0bb7a/events.out.tfevents.1685724752.d3a67bc0bb7a.5691.2 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +15 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "SI2M-Lab/DarijaBERT",
|
3 |
+
"architectures": [
|
4 |
+
"BertForQuestionAnswering"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"cls_token": "[CLS]",
|
9 |
+
"do_lower_case": true,
|
10 |
+
"gradient_checkpointing": false,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.1,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 3072,
|
16 |
+
"layer_norm_eps": 1e-12,
|
17 |
+
"mask_token": "[MASK]",
|
18 |
+
"max_len": 128,
|
19 |
+
"max_position_embeddings": 512,
|
20 |
+
"model_max_length": 128,
|
21 |
+
"model_type": "bert",
|
22 |
+
"num_attention_heads": 12,
|
23 |
+
"num_hidden_layers": 12,
|
24 |
+
"pad_token": "[PAD]",
|
25 |
+
"pad_token_id": 0,
|
26 |
+
"position_embedding_type": "absolute",
|
27 |
+
"sep_token": "[SEP]",
|
28 |
+
"torch_dtype": "float32",
|
29 |
+
"transformers_version": "4.28.0",
|
30 |
+
"type_vocab_size": 2,
|
31 |
+
"unk_token": "[UNK]",
|
32 |
+
"use_cache": true,
|
33 |
+
"vocab_size": 80000
|
34 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e798615fa2863d9ab2a3aac1e07867095918f5f769ee0b64b7db9eeedfd088ee
|
3 |
+
size 587641325
|
runs/Jun02_16-51-19_d3a67bc0bb7a/1685724717.2902505/events.out.tfevents.1685724717.d3a67bc0bb7a.5691.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fe8d14fd36119a0a5f6d9fabcc12785ce708d67980c4a9b6798a8c44748a1ee
|
3 |
+
size 5852
|
runs/Jun02_16-51-19_d3a67bc0bb7a/events.out.tfevents.1685724717.d3a67bc0bb7a.5691.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6b8631520031c34169bd438d7e7ca38887788fb45aa961f975a1d4344b118b3
|
3 |
+
size 5308
|
runs/Jun02_16-52-26_d3a67bc0bb7a/1685724752.650758/events.out.tfevents.1685724752.d3a67bc0bb7a.5691.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebc2f165dca8dafbb2e3c86d6a7b7825db68144e5f61395c49b5d98b29e685bb
|
3 |
+
size 5852
|
runs/Jun02_16-52-26_d3a67bc0bb7a/events.out.tfevents.1685724752.d3a67bc0bb7a.5691.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ef37f584db5362b4af93b8b514ff0ef8a70533336f01331703544cba1ef3785
|
3 |
+
size 7171
|
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,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
+
"cls_token": "[CLS]",
|
4 |
+
"do_basic_tokenize": true,
|
5 |
+
"do_lower_case": true,
|
6 |
+
"mask_token": "[MASK]",
|
7 |
+
"model_max_length": 1000000000000000019884624838656,
|
8 |
+
"never_split": null,
|
9 |
+
"pad_token": "[PAD]",
|
10 |
+
"sep_token": "[SEP]",
|
11 |
+
"strip_accents": null,
|
12 |
+
"tokenize_chinese_chars": true,
|
13 |
+
"tokenizer_class": "BertTokenizer",
|
14 |
+
"unk_token": "[UNK]"
|
15 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37c6b6f76713ad1705d6a62011a4c507db055c51278b2631a33bf5005fcfe9eb
|
3 |
+
size 3579
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|