0x7o/text2keywords
Trained T5 and T5-large model for creating keywords from text
This tool helps content creators, marketers, or researchers quickly identify the most important topics in Russian-language articles or documents. You provide a block of Russian text, and it returns a list of relevant keywords or key phrases. It's ideal for anyone needing to summarize content or improve searchability in Russian.
No commits in the last 6 months.
Use this if you need to automatically extract a concise list of keywords from Russian text for indexing, content analysis, or search engine optimization.
Not ideal if you need keyword extraction for languages other than Russian, or if you require highly nuanced or subjective human-level summarization.
Stars
73
Forks
7
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jun 23, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/0x7o/text2keywords"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Shivanandroy/simpleT5
simpleT5 is built on top of PyTorch-lightning⚡️ and Transformers🤗 that lets you quickly train...
chanind/frame-semantic-transformer
Frame Semantic Parser based on T5 and FrameNet
Shivanandroy/KeyPhraseTransformer
KeyPhraseTransformer lets you quickly extract key phrases, topics, themes from your text data ...
osainz59/t5-encoder
A extension of Transformers library to include T5ForSequenceClassification class.
conceptofmind/t5-pytorch
Implementation of Exploring the Limits of Transfer Learning with a Unified Text-to-Text...