|
--- |
|
license: mit |
|
language: |
|
- la |
|
tags: |
|
- cltk |
|
- latin |
|
- floret |
|
- LatinCy |
|
library_name: spacy |
|
--- |
|
|
|
# Model Card for la_vectors_floret_lg |
|
|
|
Floret vectors for Latin |
|
|
|
|
|
# Table of Contents |
|
|
|
- [Model Details](#model-details) |
|
- [Model Description](#model-description) |
|
- [Citation](#citation) |
|
- [How to Get Started with the Model](#how-to-get-started-with-the-model) |
|
|
|
|
|
# Model Details |
|
|
|
## Model Description |
|
|
|
<!-- Provide a longer summary of what this model is/does. --> |
|
lg floret vectors for Latin on Wikipedia, Oscar, UD and CC100-Latin data. |
|
|
|
- **Developed by:** Patrick J. Burns |
|
- **Model type:** spaCy model |
|
- **Language(s) (NLP):** la |
|
- **License:** mit |
|
- **Resources for more information:** |
|
- [GitHub Repo](https://github.com/diyclassics/la_core_cltk_lg) |
|
|
|
# Citation |
|
|
|
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. --> |
|
|
|
**BibTeX:** |
|
|
|
``` |
|
@misc{burns_la_vectors_floret_lg_2023, |
|
title = {la\_vectors\_floret\_lg}, |
|
version = 3.7.2, |
|
url = {https://huggingface.co/diyclassics/la_vectors_floret_lg}, |
|
abstract = {lg floret vectors model for Latin}, |
|
urldate = {2023-12-13}, |
|
author = {Burns, Patrick J.}, |
|
year = {2023}, |
|
} |
|
``` |
|
|
|
# How to Get Started with the Model |
|
|
|
- Install with... |
|
- `pip install https://huggingface.co/latincy/la_vectors_floret_lg/resolve/main/la_vectors_floret_lg-3.7.2-py3-none-any.whl` |
|
- Tested on python 3.10.8, spacy==3.7.2 |