FremyCompany
commited on
Commit
•
fb1e551
1
Parent(s):
6f13c9b
Fix the tokenizer issue reported by @BramVanroy
Browse files- config.json +1 -1
- pytorch_model.bin +2 -2
- tokenizer.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"additional_special_tokens_ids": [],
|
4 |
"architectures": [
|
5 |
"RobertaForMaskedLM"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "FremyCompany/roberta-base-nl-oscar23",
|
3 |
"additional_special_tokens_ids": [],
|
4 |
"architectures": [
|
5 |
"RobertaForMaskedLM"
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5592b3974a141080937f7eb0dcaf2e44b534ee233cfcf06e323af80f89b97033
|
3 |
+
size 498043755
|
tokenizer.json
CHANGED
@@ -72,7 +72,7 @@
|
|
72 |
"type": "RobertaProcessing",
|
73 |
"sep": [
|
74 |
"</s>",
|
75 |
-
|
76 |
],
|
77 |
"cls": [
|
78 |
"<s>",
|
|
|
72 |
"type": "RobertaProcessing",
|
73 |
"sep": [
|
74 |
"</s>",
|
75 |
+
3
|
76 |
],
|
77 |
"cls": [
|
78 |
"<s>",
|