AngledLuffa
commited on
Commit
·
7575935
1
Parent(s):
7436413
Add model 1.5.1
Browse files- README.md +15 -0
- models/default.zip +3 -0
- models/depparse/philotis.pt +3 -0
- models/lemma/philotis_nocharlm.pt +3 -0
- models/pos/philotis.pt +3 -0
- models/tokenize/philotis.pt +3 -0
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- stanza
|
4 |
+
- token-classification
|
5 |
+
library_name: stanza
|
6 |
+
language: qpm
|
7 |
+
license: apache-2.0
|
8 |
+
---
|
9 |
+
# Stanza model for Pomak (qpm)
|
10 |
+
Stanza is a collection of accurate and efficient tools for the linguistic analysis of many human languages. Starting from raw text to syntactic analysis and entity recognition, Stanza brings state-of-the-art NLP models to languages of your choosing.
|
11 |
+
Find more about it in [our website](https://stanfordnlp.github.io/stanza) and our [GitHub repository](https://github.com/stanfordnlp/stanza).
|
12 |
+
|
13 |
+
This card and repo were automatically prepared with `hugging_stanza.py` in the `stanfordnlp/huggingface-models` repo
|
14 |
+
|
15 |
+
Last updated 2023-08-18 07:07:29.350
|
models/default.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7d808f7ea9b227d9b9d787b3eec105977ba54e81cefc2ae3c22cdd429bb735d
|
3 |
+
size 100825793
|
models/depparse/philotis.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71e09d1dc405561c5d5ad2e925fcff915a5f981a5fdb1bc9b56abf36192c0f79
|
3 |
+
size 91015846
|
models/lemma/philotis_nocharlm.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b84d9d1f91210cb1a04069b97fac6d26552d5a304a0f45332f28a9e2edb2c7a
|
3 |
+
size 2700113
|
models/pos/philotis.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfa328d909ff6ee0f09c4018605b5d3d436e2089fd877db07a094b10bf3f98e8
|
3 |
+
size 17248441
|
models/tokenize/philotis.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:551d1a3a93f7adf838096620444c955e25a026fea0e19128851fee405649a133
|
3 |
+
size 634430
|