
Arkipelago.space is a searchable map of interesting things on the Internet. The content is taken from a web crawl of 70,000 webpages originating from high-quality, human-curated links via Curius.app. A neural network uses the text content of each page to determine which pages should appear near each other on the map.
It seems to be a bunch of students playing around with cool things
Huggingface has lots of models to handle speech tagging!
- Main model page: huggingface.co/models?filter=sequence-tagger-model&pipeline_tag=token-classification
- The standard phrase chunking model for English that ships with Flair: huggingface.co/flair/chunk-english
- The fast 4-class NER model for English that ships with Flair: huggingface.co/flair/ner-english-fast
- The standard part-of-speech tagging model for English that ships with Flair: huggingface.co/flair/pos-english