KoichiYasuoka
commited on
Commit
•
70bf73b
1
Parent(s):
ca6c5c5
model improved
Browse files- config.json +0 -1
- pytorch_model.bin +2 -2
- tokenizer.json +14 -0
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "KoichiYasuoka/roberta-base-ainu-upos",
|
3 |
"architectures": [
|
4 |
"RobertaForTokenClassification"
|
5 |
],
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"RobertaForTokenClassification"
|
4 |
],
|
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:970aa618540f6dbefb629180716657a9269e0dc5eb2aa85be20fde0dadc93c72
|
3 |
+
size 361523152
|
tokenizer.json
CHANGED
@@ -779,6 +779,20 @@
|
|
779 |
},
|
780 |
"content": ","
|
781 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
782 |
{
|
783 |
"type": "Replace",
|
784 |
"pattern": {
|
|
|
779 |
},
|
780 |
"content": ","
|
781 |
},
|
782 |
+
{
|
783 |
+
"type": "Replace",
|
784 |
+
"pattern": {
|
785 |
+
"String": "“"
|
786 |
+
},
|
787 |
+
"content": "\""
|
788 |
+
},
|
789 |
+
{
|
790 |
+
"type": "Replace",
|
791 |
+
"pattern": {
|
792 |
+
"String": "”"
|
793 |
+
},
|
794 |
+
"content": "\""
|
795 |
+
},
|
796 |
{
|
797 |
"type": "Replace",
|
798 |
"pattern": {
|