Training in progress step 204
Browse files- config.json +1 -0
- pytorch_model.bin +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"RobertaForSequenceClassification"
|
4 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "c:\\Users\\Zamachi\\Projects\\Finals\\RoBERTa-for-multilabel-sentence-classification",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 498721709
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2289784cd2da6049032d1aeb3bbb9cfd0dd703bda3f923bf6b039538523b500
|
3 |
size 498721709
|
tokenizer_config.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
"errors": "replace",
|
7 |
"mask_token": "<mask>",
|
8 |
"model_max_length": 512,
|
9 |
-
"name_or_path": "
|
10 |
"pad_token": "<pad>",
|
11 |
"sep_token": "</s>",
|
12 |
"special_tokens_map_file": null,
|
|
|
6 |
"errors": "replace",
|
7 |
"mask_token": "<mask>",
|
8 |
"model_max_length": 512,
|
9 |
+
"name_or_path": "c:\\Users\\Zamachi\\Projects\\Finals\\RoBERTa-for-multilabel-sentence-classification",
|
10 |
"pad_token": "<pad>",
|
11 |
"sep_token": "</s>",
|
12 |
"special_tokens_map_file": null,
|