ahmeddbahaa
commited on
Commit
•
98586e1
1
Parent(s):
3f2aab5
Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +31 -0
- pytorch_model.bin +3 -0
- runs/Jun11_01-21-36_c335e5ea038a/1654910521.3444335/events.out.tfevents.1654910521.c335e5ea038a.82.1 +3 -0
- runs/Jun11_01-21-36_c335e5ea038a/events.out.tfevents.1654910521.c335e5ea038a.82.0 +3 -0
- runs/Jun11_01-27-58_c335e5ea038a/1654910891.0539143/events.out.tfevents.1654910891.c335e5ea038a.402.1 +3 -0
- runs/Jun11_01-27-58_c335e5ea038a/events.out.tfevents.1654910891.c335e5ea038a.402.0 +3 -0
- special_tokens_map.json +1 -0
- spiece.model +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bakrianoo/t5-arabic-base",
|
3 |
+
"architectures": [
|
4 |
+
"T5ForConditionalGeneration"
|
5 |
+
],
|
6 |
+
"d_ff": 2048,
|
7 |
+
"d_kv": 64,
|
8 |
+
"d_model": 768,
|
9 |
+
"decoder_start_token_id": 0,
|
10 |
+
"dropout_rate": 0.1,
|
11 |
+
"eos_token_id": 1,
|
12 |
+
"feed_forward_proj": "gated-gelu",
|
13 |
+
"gradient_checkpointing": false,
|
14 |
+
"initializer_factor": 1.0,
|
15 |
+
"is_encoder_decoder": true,
|
16 |
+
"layer_norm_epsilon": 1e-06,
|
17 |
+
"model_type": "t5",
|
18 |
+
"num_decoder_layers": 12,
|
19 |
+
"num_heads": 12,
|
20 |
+
"num_layers": 12,
|
21 |
+
"output_past": true,
|
22 |
+
"pad_token_id": 0,
|
23 |
+
"relative_attention_max_distance": 128,
|
24 |
+
"relative_attention_num_buckets": 32,
|
25 |
+
"tie_word_embeddings": false,
|
26 |
+
"tokenizer_class": "T5Tokenizer",
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.19.4",
|
29 |
+
"use_cache": true,
|
30 |
+
"vocab_size": 35000
|
31 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12f580af3acad14277a73ad973a09a5557810bccfd639a3af59a4e31b9596e16
|
3 |
+
size 1008052173
|
runs/Jun11_01-21-36_c335e5ea038a/1654910521.3444335/events.out.tfevents.1654910521.c335e5ea038a.82.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9bcbbff5431e02e6cb77aca4d42ce4af3362f7bac628641184153d3cbd58635
|
3 |
+
size 5441
|
runs/Jun11_01-21-36_c335e5ea038a/events.out.tfevents.1654910521.c335e5ea038a.82.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd18181f5b5eab33b97eae480f6961b34f38ad9c723e9094ecf4397c8c329917
|
3 |
+
size 3799
|
runs/Jun11_01-27-58_c335e5ea038a/1654910891.0539143/events.out.tfevents.1654910891.c335e5ea038a.402.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23e811d4c6768ee100fbeac192e148f933ac0c8b09cd5981839865d4318725ef
|
3 |
+
size 5441
|
runs/Jun11_01-27-58_c335e5ea038a/events.out.tfevents.1654910891.c335e5ea038a.402.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2948f4a4ef7bd6c514b2b14df5b945eda70eaacd40f10819482d5affdc7d2ea
|
3 |
+
size 3957
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>"}
|
spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b1638b19c09773fb382835ebed2a612ba15aceff181dd79703365aad4ae6821
|
3 |
+
size 847294
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "extra_ids": 0, "additional_special_tokens": null, "sp_model_kwargs": {}, "special_tokens_map_file": "/root/.cache/huggingface/transformers/9e9831abcb1cfd94272b35ec619c7fc43e4b5345817f3991418980f09e4ec555.294ebaa4cd17bb284635004c92d2c4d522ec488c828dcce0c2471b6f28e3fe82", "name_or_path": "bakrianoo/t5-arabic-base", "tokenizer_class": "T5Tokenizer"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69daffb3b9a9611a793c6e351c5aaa6aa5e08b6ffce5aa7d79bb84460f585553
|
3 |
+
size 3311
|