Uploaded model
Browse files- config.json +9 -0
- cws_model.bin +3 -0
- ner_model.bin +3 -0
- pos_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"mode": "legacy",
|
3 |
+
"nerual": false,
|
4 |
+
"tasks": {
|
5 |
+
"cws": "cws_model.bin",
|
6 |
+
"pos": "pos_model.bin",
|
7 |
+
"ner": "ner_model.bin"
|
8 |
+
}
|
9 |
+
}
|
cws_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2428ce3de661c7d5681df225ec3935b7fdaf735e60b0862e942dd0a790d4796
|
3 |
+
size 50382953
|
ner_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcf2b370464cb52590fb480065af8e1c251827926491871945d310197295dead
|
3 |
+
size 5230167
|
pos_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e263307d81ce3286d0ea8edda80009e8cda1f76079d0e441d009bfbef6d511b
|
3 |
+
size 76594284
|