train with TPUv2
Browse files- config.json +1 -1
- optimizer.pt +3 -0
- pytorch_model.bin +2 -2
- scheduler.pt +3 -0
- tf_model.h5 +1 -1
- tokenizer_config.json +1 -1
- trainer_state.json +0 -0
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "./roberta-output/checkpoint-
|
3 |
"architectures": [
|
4 |
"RobertaModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./roberta-wikipedia/output/checkpoint-32000",
|
3 |
"architectures": [
|
4 |
"RobertaModel"
|
5 |
],
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b68083b5efb41ace98844ac0f918702edaa6d20c8e83fe8c7821f1c9a910218c
|
3 |
+
size 997700515
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:357bfa3618878175902fd9d346ce34b74a468eda0ee3ecfda4d4f11f526e5dfb
|
3 |
+
size 498864018
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbec95bf35a78440247f804aba10e7dbc70fc71f6e3684074879c0c13bf99bf7
|
3 |
+
size 623
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 498849520
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ae61fe0bc3b84e8c6996254e734ac51fb938b2e8cdf71dfe8e91e04acd962f7
|
3 |
size 498849520
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"unk_token": "<unk>", "bos_token": "<s>", "eos_token": "</s>", "add_prefix_space": false, "errors": "replace", "sep_token": "</s>", "cls_token": "<s>", "pad_token": "<pad>", "mask_token": "<mask>", "special_tokens_map_file": null, "name_or_path": "./roberta", "tokenizer_class": "RobertaTokenizer"}
|
|
|
1 |
+
{"unk_token": "<unk>", "bos_token": "<s>", "eos_token": "</s>", "add_prefix_space": false, "errors": "replace", "sep_token": "</s>", "cls_token": "<s>", "pad_token": "<pad>", "mask_token": "<mask>", "special_tokens_map_file": null, "name_or_path": "./roberta-wikipedia", "tokenizer_class": "RobertaTokenizer"}
|
trainer_state.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e168851dde1203bcfb3aaf82429922967f5cca8b7efd37601524736e5387fab6
|
3 |
+
size 2863
|