Training in progress, step 500
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- runs/Mar14_00-05-15_65cd9de4a178/1678752476.8343334/events.out.tfevents.1678752476.65cd9de4a178.297.6 +3 -0
- runs/Mar14_00-05-15_65cd9de4a178/1678752567.102356/events.out.tfevents.1678752567.65cd9de4a178.297.8 +3 -0
- runs/Mar14_00-05-15_65cd9de4a178/events.out.tfevents.1678752476.65cd9de4a178.297.5 +3 -0
- runs/Mar14_00-05-15_65cd9de4a178/events.out.tfevents.1678752567.65cd9de4a178.297.7 +3 -0
- runs/Mar14_00-12-18_65cd9de4a178/1678752747.4814892/events.out.tfevents.1678752747.65cd9de4a178.297.10 +3 -0
- runs/Mar14_00-12-18_65cd9de4a178/events.out.tfevents.1678752747.65cd9de4a178.297.9 +3 -0
- tokenizer.json +14 -2
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForMaskedLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "mariav/bert-base-spanish-wwm-cased-finetuned-tweets",
|
3 |
"architectures": [
|
4 |
"BertForMaskedLM"
|
5 |
],
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 439607097
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edea6c2a25e3b44f1876f8321f157329f3c132e9f2673a9764d703bf4a3c48f6
|
3 |
size 439607097
|
runs/Mar14_00-05-15_65cd9de4a178/1678752476.8343334/events.out.tfevents.1678752476.65cd9de4a178.297.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a680a050e60749078f40216da64a1d97f24aaf9a063cbffb70c4b54e596f0c72
|
3 |
+
size 5745
|
runs/Mar14_00-05-15_65cd9de4a178/1678752567.102356/events.out.tfevents.1678752567.65cd9de4a178.297.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad47967247725e35cfb92dffb58ca7d1647c94dc4050f8dd07104dd8e7bf919c
|
3 |
+
size 5745
|
runs/Mar14_00-05-15_65cd9de4a178/events.out.tfevents.1678752476.65cd9de4a178.297.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fa6aac0412d14157c250e4163ac2a3c2392706ffd24bedfab79b8f5b5bf3a33
|
3 |
+
size 3971
|
runs/Mar14_00-05-15_65cd9de4a178/events.out.tfevents.1678752567.65cd9de4a178.297.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07631a97753c2d3fac956dafb1054545f0c490f2edc817ce2644465d7bfc0597
|
3 |
+
size 3971
|
runs/Mar14_00-12-18_65cd9de4a178/1678752747.4814892/events.out.tfevents.1678752747.65cd9de4a178.297.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d39e328a8f98438f66ff50dc208d170e4a05ca0081901ee457a8cbef5d50ca41
|
3 |
+
size 5745
|
runs/Mar14_00-12-18_65cd9de4a178/events.out.tfevents.1678752747.65cd9de4a178.297.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d33a951c53e20675745764b3b78c19dd3b8fb29e416d03a9db94288cc563171
|
3 |
+
size 6531
|
tokenizer.json
CHANGED
@@ -1,7 +1,19 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 512,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
+
"padding": {
|
10 |
+
"strategy": "BatchLongest",
|
11 |
+
"direction": "Right",
|
12 |
+
"pad_to_multiple_of": null,
|
13 |
+
"pad_id": 1,
|
14 |
+
"pad_type_id": 0,
|
15 |
+
"pad_token": "[PAD]"
|
16 |
+
},
|
17 |
"added_tokens": [
|
18 |
{
|
19 |
"id": 0,
|
tokenizer_config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"do_lower_case": false,
|
5 |
"mask_token": "[MASK]",
|
6 |
"model_max_length": 512,
|
7 |
-
"name_or_path": "
|
8 |
"never_split": null,
|
9 |
"pad_token": "[PAD]",
|
10 |
"sep_token": "[SEP]",
|
|
|
4 |
"do_lower_case": false,
|
5 |
"mask_token": "[MASK]",
|
6 |
"model_max_length": 512,
|
7 |
+
"name_or_path": "mariav/bert-base-spanish-wwm-cased-finetuned-tweets",
|
8 |
"never_split": null,
|
9 |
"pad_token": "[PAD]",
|
10 |
"sep_token": "[SEP]",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3515
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20f933935c5c6b64f6b0f0a9f232356ceaa5fd9fc51829737e70ff9b7f1d3a7f
|
3 |
size 3515
|