Save model and tokenizer
Browse files- config.json +1 -1
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- vocab.json +0 -0
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 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
|
|
|