lamaabdulaziz
commited on
Commit
•
f9480e5
1
Parent(s):
b7fa96b
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +33 -0
- pytorch_model.bin +3 -0
- runs/Mar30_03-15-31_e6d6373f3925/1680146191.8899276/events.out.tfevents.1680146191.e6d6373f3925.18.1 +3 -0
- runs/Mar30_03-15-31_e6d6373f3925/1680146351.5081098/events.out.tfevents.1680146351.e6d6373f3925.18.2 +3 -0
- runs/Mar30_03-15-31_e6d6373f3925/events.out.tfevents.1680146191.e6d6373f3925.18.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "UBC-NLP/ARBERT",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"directionality": "bidi",
|
9 |
+
"gradient_checkpointing": false,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 3072,
|
15 |
+
"layer_norm_eps": 1e-12,
|
16 |
+
"max_position_embeddings": 512,
|
17 |
+
"model_type": "bert",
|
18 |
+
"num_attention_heads": 12,
|
19 |
+
"num_hidden_layers": 12,
|
20 |
+
"pad_token_id": 0,
|
21 |
+
"pooler_fc_size": 768,
|
22 |
+
"pooler_num_attention_heads": 12,
|
23 |
+
"pooler_num_fc_layers": 3,
|
24 |
+
"pooler_size_per_head": 128,
|
25 |
+
"pooler_type": "first_token_transform",
|
26 |
+
"position_embedding_type": "absolute",
|
27 |
+
"problem_type": "single_label_classification",
|
28 |
+
"torch_dtype": "float32",
|
29 |
+
"transformers_version": "4.20.1",
|
30 |
+
"type_vocab_size": 2,
|
31 |
+
"use_cache": true,
|
32 |
+
"vocab_size": 100000
|
33 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e54964d7de280fb34389f50e23c3377d9e1a4c721664858c189f551f632464c4
|
3 |
+
size 651442541
|
runs/Mar30_03-15-31_e6d6373f3925/1680146191.8899276/events.out.tfevents.1680146191.e6d6373f3925.18.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f611c95625d9c02a4c786e04e564634e5bdfe6256ad96ac44c61fe89d608108a
|
3 |
+
size 5345
|
runs/Mar30_03-15-31_e6d6373f3925/1680146351.5081098/events.out.tfevents.1680146351.e6d6373f3925.18.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91db020c27a1e21114c5a3a401d8eef86853727b60ca2f276a6416dfbc431102
|
3 |
+
size 5345
|
runs/Mar30_03-15-31_e6d6373f3925/events.out.tfevents.1680146191.e6d6373f3925.18.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5393d8e4b3828e5160bdc9dd2a7263d14d3d42a0095b77ad46495f29f568c28c
|
3 |
+
size 8582
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:276881446b842bf9334e05b7ffd37136dd567580e50f31c68e36fa6e8eef95b1
|
3 |
+
size 3311
|