Dzeniks commited on
Commit
a9ed1f2
1 Parent(s): ec6d652

Upload 7 files

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +1 -1
  3. tokenizer_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "roberta-base",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "Dzeniks/roberta-nei-fact-check",
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:912f733176c5063caca4bf76fd389377edd3f533f523ec663e9d7417401ae097
3
  size 498662069
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4413346d9722ec004eb6678ac9c51eb2d75d16963cdb99f2c066bdd8813d4866
3
  size 498662069
tokenizer_config.json CHANGED
@@ -7,7 +7,7 @@
7
  "longest_first": true,
8
  "mask_token": "<mask>",
9
  "model_max_length": 512,
10
- "name_or_path": "roberta-base",
11
  "pad_token": "<pad>",
12
  "sep_token": "</s>",
13
  "special_tokens_map_file": null,
 
7
  "longest_first": true,
8
  "mask_token": "<mask>",
9
  "model_max_length": 512,
10
+ "name_or_path": "Dzeniks/roberta-nei-fact-check",
11
  "pad_token": "<pad>",
12
  "sep_token": "</s>",
13
  "special_tokens_map_file": null,