Navidium commited on
Commit
2eaf751
·
1 Parent(s): 5819e87

Save model and tokenizer

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. tokenizer.json +0 -0
  3. tokenizer_config.json +1 -0
  4. vocab.json +0 -0
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "roberta-base",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "Navidium/NLP_HF_Workshop2",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -52,5 +52,6 @@
52
  "pad_token": "<pad>",
53
  "sep_token": "</s>",
54
  "tokenizer_class": "RobertaTokenizer",
 
55
  "unk_token": "<unk>"
56
  }
 
52
  "pad_token": "<pad>",
53
  "sep_token": "</s>",
54
  "tokenizer_class": "RobertaTokenizer",
55
+ "trim_offsets": true,
56
  "unk_token": "<unk>"
57
  }
vocab.json CHANGED
The diff for this file is too large to render. See raw diff