SaiedAlshahrani
commited on
Commit
·
d3bd623
1
Parent(s):
e85a080
Training in progress, step 35
Browse files- .gitignore +1 -0
- Moroccan_Arabic_Wikipedia_20230101.csv +0 -0
- config.json +26 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- runs/Apr29_15-44-45_nuv74nffp9/1682783090.5906014/events.out.tfevents.1682783090.nuv74nffp9.787.1 +3 -0
- runs/Apr29_15-44-45_nuv74nffp9/events.out.tfevents.1682783090.nuv74nffp9.787.0 +3 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
Moroccan_Arabic_Wikipedia_20230101.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"RobertaForMaskedLM"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.1,
|
6 |
+
"bos_token_id": 0,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 3072,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"max_position_embeddings": 514,
|
16 |
+
"model_type": "roberta",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 6,
|
19 |
+
"pad_token_id": 1,
|
20 |
+
"position_embedding_type": "absolute",
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.24.0",
|
23 |
+
"type_vocab_size": 1,
|
24 |
+
"use_cache": true,
|
25 |
+
"vocab_size": 52000
|
26 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efc71ec54b8477875d0f07b3e97dd7b81caf6cfa135a917c7bb4c42b0a1f4e6a
|
3 |
+
size 334056939
|
runs/Apr29_15-44-45_nuv74nffp9/1682783090.5906014/events.out.tfevents.1682783090.nuv74nffp9.787.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe8cc8f089513161f4752ce43c6e78359c36708a1c9b277b0b65f79f46ab39ef
|
3 |
+
size 5478
|
runs/Apr29_15-44-45_nuv74nffp9/events.out.tfevents.1682783090.nuv74nffp9.787.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7d379afe8f472a7a9b9fd7429206914640b9d8afae60095dcd3cb3c909e1ba4
|
3 |
+
size 3773
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a9a2d3b4efa363c5457873206112d0f7a451e0c48439dc77c0aa04850de744f
|
3 |
+
size 3375
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|