hiroshi-matsuda-rit
commited on
Commit
•
91bd98b
1
Parent(s):
776c495
Update spaCy pipeline
Browse files- README.md +1 -1
- ja_gsd_bert_wwm_unidic_lite-any-py3-none-any.whl +2 -2
- meta.json +4 -2
README.md
CHANGED
@@ -61,7 +61,7 @@ Japanese transformer pipeline (bert-base). Components: transformer, parser, ner.
|
|
61 |
| Feature | Description |
|
62 |
| --- | --- |
|
63 |
| **Name** | `ja_gsd_bert_wwm_unidic_lite` |
|
64 |
-
| **Version** | `3.1.
|
65 |
| **spaCy** | `>=3.1.0,<3.2.0` |
|
66 |
| **Default Pipeline** | `transformer`, `parser`, `ner` |
|
67 |
| **Components** | `transformer`, `parser`, `ner` |
|
|
|
61 |
| Feature | Description |
|
62 |
| --- | --- |
|
63 |
| **Name** | `ja_gsd_bert_wwm_unidic_lite` |
|
64 |
+
| **Version** | `3.1.1` |
|
65 |
| **spaCy** | `>=3.1.0,<3.2.0` |
|
66 |
| **Default Pipeline** | `transformer`, `parser`, `ner` |
|
67 |
| **Components** | `transformer`, `parser`, `ner` |
|
ja_gsd_bert_wwm_unidic_lite-any-py3-none-any.whl
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:4a8e5e6de0fd4c873fbe537d55f4ed1d18cbdef23c94bbd0cb45e7d9228997eb
|
3 |
+
size 412051688
|
meta.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"lang":"ja",
|
3 |
"name":"gsd_bert_wwm_unidic_lite",
|
4 |
-
"version":"3.1.
|
5 |
"description":"Japanese transformer pipeline (bert-base). Components: transformer, parser, ner.",
|
6 |
"author":"Megagon Labs Tokyo.",
|
7 |
"email":"ginza@megagon.ai",
|
@@ -341,6 +341,8 @@
|
|
341 |
"requirements":[
|
342 |
"sudachipy>=0.5.2",
|
343 |
"sudachidict_core>=20210608",
|
344 |
-
"spacy-transformers>=1.0.2,<1.1.0"
|
|
|
|
|
345 |
]
|
346 |
}
|
|
|
1 |
{
|
2 |
"lang":"ja",
|
3 |
"name":"gsd_bert_wwm_unidic_lite",
|
4 |
+
"version":"3.1.1",
|
5 |
"description":"Japanese transformer pipeline (bert-base). Components: transformer, parser, ner.",
|
6 |
"author":"Megagon Labs Tokyo.",
|
7 |
"email":"ginza@megagon.ai",
|
|
|
341 |
"requirements":[
|
342 |
"sudachipy>=0.5.2",
|
343 |
"sudachidict_core>=20210608",
|
344 |
+
"spacy-transformers>=1.0.2,<1.1.0",
|
345 |
+
"fugashi",
|
346 |
+
"unidic_lite"
|
347 |
]
|
348 |
}
|