-
Notifications
You must be signed in to change notification settings - Fork 2
Machine Learning Models
Tim Fischer edited this page Sep 26, 2024
·
5 revisions
The Discourse Analysis Tool Suite makes heavy use of various Machine Learning Models, especially during the import and pre-processing of documents. Here, we list all models that are currently in use.
- Spacy NER (eng): en_core_web_trf
- Spacy NER (de): de_core_news_lg
- Spacy NER (it): it_core_news_lg
- Text Encoder: CLIP-based sentence-transformer
- Image Encoder: CLIP
- Whisper: Whisper Timestamped
- Gemini