diyclassics
commited on
Commit
·
003ad8c
1
Parent(s):
3148c24
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- la
|
5 |
+
tags:
|
6 |
+
- cltk
|
7 |
+
- latin
|
8 |
+
- latincy
|
9 |
+
- floret
|
10 |
+
library_name: spacy
|
11 |
+
---
|
12 |
+
|
13 |
+
# Model Card for la_vectors_floret_md
|
14 |
+
|
15 |
+
Floret vectors for Latin
|
16 |
+
|
17 |
+
|
18 |
+
# Table of Contents
|
19 |
+
|
20 |
+
- [Model Details](#model-details)
|
21 |
+
- [Model Description](#model-description)
|
22 |
+
- [Citation](#citation)
|
23 |
+
- [How to Get Started with the Model](#how-to-get-started-with-the-model)
|
24 |
+
|
25 |
+
|
26 |
+
# Model Details
|
27 |
+
|
28 |
+
## Model Description
|
29 |
+
|
30 |
+
<!-- Provide a longer summary of what this model is/does. -->
|
31 |
+
md floret vectors for Latin on Wikipedia, Oscar, UD and CC100-Latin data.
|
32 |
+
|
33 |
+
- **Developed by:** Patrick J. Burns
|
34 |
+
- **Model type:** spaCy model
|
35 |
+
- **Language(s) (NLP):** la
|
36 |
+
- **License:** mit
|
37 |
+
- **Resources for more information:**
|
38 |
+
- [GitHub Repo](https://github.com/diyclassics/la_core_cltk_md)
|
39 |
+
|
40 |
+
# Citation
|
41 |
+
|
42 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
43 |
+
|
44 |
+
**BibTeX:**
|
45 |
+
|
46 |
+
```
|
47 |
+
@misc{burns_la_vectors_floret_md_2023,
|
48 |
+
title = {la\_vectors\_floret\_md},
|
49 |
+
version = 3.5.2,
|
50 |
+
url = {https://huggingface.co/diyclassics/la_vectors_floret_md},
|
51 |
+
abstract = {md floret vectors model for Latin},
|
52 |
+
urldate = {2023-04-29},
|
53 |
+
author = {Burns, Patrick J.},
|
54 |
+
year = {2023},
|
55 |
+
}
|
56 |
+
```
|
57 |
+
|
58 |
+
# How to Get Started with the Model
|
59 |
+
|
60 |
+
- Install with...
|
61 |
+
- `pip install https://huggingface.co/diyclassics/la_vectors_floret_md/resolve/main/la_vectors_floret_md-3.5.2-py3-none-any.whl`
|
62 |
+
- Tested on python 3.10.8, spacy==3.5.1
|