diyclassics commited on
Commit
b415341
1 Parent(s): 91ddf1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md CHANGED
@@ -1,3 +1,60 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - la
5
+ tags:
6
+ - cltk
7
+ - latin
8
+ library_name: spacy
9
  ---
10
+
11
+ # Model Card for la_core_cltk_md
12
+
13
+ md Latin model for spaCy trained on UD treebanks for tagging, parsing, lemmatization, and NER
14
+
15
+
16
+ # Table of Contents
17
+
18
+ - [Model Details](#model-details)
19
+ - [Model Description](#model-description)
20
+ - [Citation](#citation)
21
+ - [How to Get Started with the Model](#how-to-get-started-with-the-model)
22
+
23
+
24
+ # Model Details
25
+
26
+ ## Model Description
27
+
28
+ <!-- Provide a longer summary of what this model is/does. -->
29
+ md Latin model for spaCy trained on UD treebanks for tagging, parsing, lemmatization, and NER
30
+
31
+ - **Developed by:** Patrick J. Burns
32
+ - **Model type:** spaCy model
33
+ - **Language(s) (NLP):** la
34
+ - **License:** mit
35
+ - **Resources for more information:**
36
+ - [GitHub Repo](https://github.com/diyclassics/la_core_cltk_md)
37
+
38
+ # Citation
39
+
40
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
41
+
42
+ **BibTeX:**
43
+
44
+ ```
45
+ @misc{burns_la_core_cltk_md_2023,
46
+ title = {la\_core\_cltk\_md},
47
+ version = 0.4.0,
48
+ url = {https://github.com/diyclassics/la_core_cltk_md},
49
+ abstract = {spaCy-compatible md model for Latin},
50
+ urldate = {2023-03-12},
51
+ author = {Burns, Patrick J. with contributions from T. Geelhaar, N. Bernhardt, and V. Koch},
52
+ year = {2023},
53
+ }
54
+ ```
55
+
56
+ # How to Get Started with the Model
57
+
58
+ - Install with...
59
+ - `pip install https://huggingface.co/diyclassics/la_core_cltk_md/resolve/main/la_core_cltk_md-0.4.0/dist/la_core_cltk_md-0.4.0.tar.gz`
60
+ - Tested on python 3.10.8, spacy==3.5.1