Training in progress, epoch 1
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- runs/Jun17_09-56-40_133c4e44a298/1655459908.9800093/events.out.tfevents.1655459908.133c4e44a298.76.1 +3 -0
- runs/Jun17_09-56-40_133c4e44a298/events.out.tfevents.1655459908.133c4e44a298.76.0 +3 -0
- runs/Jun17_10-27-03_133c4e44a298/1655461653.864234/events.out.tfevents.1655461653.133c4e44a298.76.3 +3 -0
- runs/Jun17_10-27-03_133c4e44a298/events.out.tfevents.1655461653.133c4e44a298.76.2 +3 -0
- special_tokens_map.json +15 -1
- tokenizer_config.json +16 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
"position_embedding_type": "absolute",
|
22 |
"problem_type": "single_label_classification",
|
23 |
"torch_dtype": "float32",
|
24 |
-
"transformers_version": "4.
|
25 |
"type_vocab_size": 1,
|
26 |
"use_cache": true,
|
27 |
"vocab_size": 50265
|
|
|
21 |
"position_embedding_type": "absolute",
|
22 |
"problem_type": "single_label_classification",
|
23 |
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.20.0",
|
25 |
"type_vocab_size": 1,
|
26 |
"use_cache": true,
|
27 |
"vocab_size": 50265
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 328518765
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8d03767c488da663195a42456f2fd4a97daed58861f0ce7b55c4198b04fbd79
|
3 |
size 328518765
|
runs/Jun17_09-56-40_133c4e44a298/1655459908.9800093/events.out.tfevents.1655459908.133c4e44a298.76.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c72f6c8ef21a2fd7430ab0c142871f8ebd601b7ab762f6b6c21adbb1c088ae92
|
3 |
+
size 5330
|
runs/Jun17_09-56-40_133c4e44a298/events.out.tfevents.1655459908.133c4e44a298.76.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f769f5c95fedecdbfc7373e4256649accc7da93d3b88cccd7da69e6258863df4
|
3 |
+
size 4835
|
runs/Jun17_10-27-03_133c4e44a298/1655461653.864234/events.out.tfevents.1655461653.133c4e44a298.76.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9e29176505945d950bbfe52d3fcedc07875c3684cca1023d8309a85189a2a87
|
3 |
+
size 5330
|
runs/Jun17_10-27-03_133c4e44a298/events.out.tfevents.1655461653.133c4e44a298.76.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5756bf2930355991532ee56d35e0d13e55449d69116e1eb1cf5bda5345564fe4
|
3 |
+
size 4978
|
special_tokens_map.json
CHANGED
@@ -1 +1,15 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"cls_token": "<s>",
|
4 |
+
"eos_token": "</s>",
|
5 |
+
"mask_token": {
|
6 |
+
"content": "<mask>",
|
7 |
+
"lstrip": true,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false
|
11 |
+
},
|
12 |
+
"pad_token": "<pad>",
|
13 |
+
"sep_token": "</s>",
|
14 |
+
"unk_token": "<unk>"
|
15 |
+
}
|
tokenizer_config.json
CHANGED
@@ -1 +1,16 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"bos_token": "<s>",
|
4 |
+
"cls_token": "<s>",
|
5 |
+
"eos_token": "</s>",
|
6 |
+
"errors": "replace",
|
7 |
+
"mask_token": "<mask>",
|
8 |
+
"model_max_length": 512,
|
9 |
+
"name_or_path": "distilroberta-base",
|
10 |
+
"pad_token": "<pad>",
|
11 |
+
"sep_token": "</s>",
|
12 |
+
"special_tokens_map_file": null,
|
13 |
+
"tokenizer_class": "RobertaTokenizer",
|
14 |
+
"trim_offsets": true,
|
15 |
+
"unk_token": "<unk>"
|
16 |
+
}
|
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:c4d93553c05dbbd7d94c54fb01fac204454af9aa7f04884874f2c845c886da40
|
3 |
+
size 3311
|