Training in progress, step 500
Browse files- model.safetensors +1 -1
- runs/Jan10_23-06-44_Mateos-MacBook-Air.local/events.out.tfevents.1704946005.Mateos-MacBook-Air.local.25196.0 +3 -0
- runs/Jan10_23-07-37_Mateos-MacBook-Air.local/events.out.tfevents.1704946057.Mateos-MacBook-Air.local.25233.0 +3 -0
- tokenizer_config.json +2 -0
- training_args.bin +1 -1
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 711449608
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3b5a8d84eb8f86dcd62f08be79fb97f0dce3a96612dac2608147241df7409cc
|
3 |
size 711449608
|
runs/Jan10_23-06-44_Mateos-MacBook-Air.local/events.out.tfevents.1704946005.Mateos-MacBook-Air.local.25196.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5757800483a6ed92b26b9d53f8081572a4908ee72c13b0068ea8ed504548fcb
|
3 |
+
size 4844
|
runs/Jan10_23-07-37_Mateos-MacBook-Air.local/events.out.tfevents.1704946057.Mateos-MacBook-Air.local.25233.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd8e36a479730c2cd9c2f026ccc680837958f7ef11be7c5b8239737ed22bee2a
|
3 |
+
size 5324
|
tokenizer_config.json
CHANGED
@@ -43,9 +43,11 @@
|
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
|
|
46 |
"do_lower_case": false,
|
47 |
"mask_token": "[MASK]",
|
48 |
"model_max_length": 512,
|
|
|
49 |
"pad_token": "[PAD]",
|
50 |
"sep_token": "[SEP]",
|
51 |
"strip_accents": null,
|
|
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
46 |
+
"do_basic_tokenize": true,
|
47 |
"do_lower_case": false,
|
48 |
"mask_token": "[MASK]",
|
49 |
"model_max_length": 512,
|
50 |
+
"never_split": null,
|
51 |
"pad_token": "[PAD]",
|
52 |
"sep_token": "[SEP]",
|
53 |
"strip_accents": null,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cb40363aab94eb42d397c55094ff8d1e49984aa997f50318441e77f8191a54b
|
3 |
size 4728
|