Training in progress, step 500
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "UBC-NLP/
|
3 |
"architectures": [
|
4 |
"BertForMaskedLM"
|
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,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "UBC-NLP/ARBERTv2",
|
3 |
"architectures": [
|
4 |
"BertForMaskedLM"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
8 |
"directionality": "bidi",
|
|
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 651845430
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:151f35945195e9e6032a72d9e2ba8974b4139b987761da29f50c29565a9cc475
|
3 |
size 651845430
|
runs/May05_18-32-40_92ae190d95a3/1714934098.5887563/events.out.tfevents.1714934098.92ae190d95a3.1767.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3767299b6884591d6da04c053dd94fa94b475fed181a8207b74d17586b9663c
|
3 |
+
size 6086
|
runs/May05_18-32-40_92ae190d95a3/events.out.tfevents.1714934098.92ae190d95a3.1767.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e26f4b9e5ad974227a88cdcdc91cce86ca41a7c2c31ceab5bc9289e72dcf70e6
|
3 |
+
size 4531
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:054c5d8d2960162311a099873f5c5b762b5ee312a94b8a5ab0f887f7b0b53531
|
3 |
+
size 4216
|