AngledLuffa commited on
Commit
8642740
1 Parent(s): f221a45

Add model {args.version}

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,7 +1,8 @@
1
  ---
2
  tags:
3
  - stanza
4
- library_tag: stanza
 
5
  language:
6
  - lt
7
  license: apache-2.0
@@ -10,4 +11,6 @@ license: apache-2.0
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
- Last updated 2021-10-18 06:49:58.131
 
 
1
  ---
2
  tags:
3
  - stanza
4
+ - token-classification
5
+ library_name: stanza
6
  language:
7
  - lt
8
  license: apache-2.0
11
  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.
12
  Find more about it in [our website](https://stanfordnlp.github.io/stanza) and our [GitHub repository](https://github.com/stanfordnlp/stanza).
13
 
14
+ This card and repo were automatically prepared with `hugging_stanza.py` in the `stanfordnlp/huggingface-models` repo
15
+
16
+ Last updated 2021-10-22 18:57:50.854