saattrupdan
commited on
Commit
·
0cac5f6
1
Parent(s):
2c2e7f8
Training in progress, epoch 0
Browse files- config.json +2 -2
- pytorch_model.bin +2 -2
- runs/Oct13_15-24-16_milo/events.out.tfevents.1634135062.milo.23058.0 +2 -2
- runs/Oct13_15-36-08_milo/1634135774.853825/events.out.tfevents.1634135774.milo.29470.1 +3 -0
- runs/Oct13_15-36-08_milo/events.out.tfevents.1634135774.milo.29470.0 +3 -0
- runs/Oct13_15-38-31_milo/1634135918.6757643/events.out.tfevents.1634135918.milo.32401.1 +3 -0
- runs/Oct13_15-38-31_milo/events.out.tfevents.1634135918.milo.32401.0 +3 -0
- 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 |
"RobertaForSequenceClassification"
|
5 |
],
|
@@ -26,7 +26,7 @@
|
|
26 |
"max_position_embeddings": 514,
|
27 |
"model_type": "roberta",
|
28 |
"num_attention_heads": 12,
|
29 |
-
"num_hidden_layers":
|
30 |
"pad_token_id": 1,
|
31 |
"position_embedding_type": "absolute",
|
32 |
"problem_type": "single_label_classification",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "roberta-base",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
|
|
26 |
"max_position_embeddings": 514,
|
27 |
"model_type": "roberta",
|
28 |
"num_attention_heads": 12,
|
29 |
+
"num_hidden_layers": 12,
|
30 |
"pad_token_id": 1,
|
31 |
"position_embedding_type": "absolute",
|
32 |
"problem_type": "single_label_classification",
|
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:707f258b2d8c8ce5b9c5af95b2e9e3356a2de875925e73f7e4ca35a985174176
|
3 |
+
size 498677165
|
runs/Oct13_15-24-16_milo/events.out.tfevents.1634135062.milo.23058.0
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:e71287440cb235fc910d134e157693de848c73b8923ed933a30790c55d5df5e6
|
3 |
+
size 8700
|
runs/Oct13_15-36-08_milo/1634135774.853825/events.out.tfevents.1634135774.milo.29470.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e44c66de2d94c2087083acf75c8eee1fb1f362da672d67d5f4a73896a30772e
|
3 |
+
size 4627
|
runs/Oct13_15-36-08_milo/events.out.tfevents.1634135774.milo.29470.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eef73c359fb6e4ad353006a453e85f9afe0631381f56e4629c9dfae7d1ca87bc
|
3 |
+
size 3435
|
runs/Oct13_15-38-31_milo/1634135918.6757643/events.out.tfevents.1634135918.milo.32401.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e29df884f74b5a1c8fa6705a8612b155fa05545dce2f5efb84749976ba9e0e43
|
3 |
+
size 4627
|
runs/Oct13_15-38-31_milo/events.out.tfevents.1634135918.milo.32401.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44ca3255640af048e385b482d992d08122e5d1680500b89d982c2867e07ed973
|
3 |
+
size 3904
|
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>", "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "
|
|
|
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>", "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "roberta-base", "tokenizer_class": "RobertaTokenizer"}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2927
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7edcf3c502205373fd2677cb7d2fcd35b80ea9677e93e565624c348e16000cdb
|
3 |
size 2927
|