chefkoch24 commited on
Commit
0e561c8
1 Parent(s): 18b7444

Upload 8 files

Browse files

Less overfitted model

config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilroberta-base",
3
  "architectures": [
4
  "RobertaForTokenClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "./results/checkpoint-755",
3
  "architectures": [
4
  "RobertaForTokenClassification"
5
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b69e33d3881abfc203bf9e7f8a940c4a6fdaefc92665a23cb3cd11fc0e8375b3
3
  size 326155761
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ae1f0e8e1c3eaed173e254344fe68c7461b1d1ab0d797f9b5bfa2f481d358d3
3
  size 326155761
tokenizer_config.json CHANGED
@@ -6,7 +6,7 @@
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,
 
6
  "errors": "replace",
7
  "mask_token": "<mask>",
8
  "model_max_length": 512,
9
+ "name_or_path": "./results/checkpoint-755",
10
  "pad_token": "<pad>",
11
  "sep_token": "</s>",
12
  "special_tokens_map_file": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:78c56715fee39ec4e47450e17e72824ed752f0f313bdb41f207e1b96d5437829
3
- size 3311
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:041b1c09ae205b1ebaf930f4ca16b9d8586c65767d650a1d84c1c5fabcdf81ff
3
+ size 3247