Zamachi commited on
Commit
f8d5423
1 Parent(s): 1d1052b

Training in progress step 204

Browse files
Files changed (3) hide show
  1. config.json +1 -0
  2. pytorch_model.bin +1 -1
  3. 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:a34a857e2c85a2157ac0248d33255612f1a28ed53093ed0f247795b2f7e98227
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": "roberta-base",
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,