mim-solutions / bert_for_longer_textsLinks
BERT classification model for processing texts longer than 512 tokens. Text is first divided into smaller chunks and after feeding them to BERT, intermediate results are pooled. The implementation allows fine-tuning.
☆146Updated last year
Alternatives and similar repositories for bert_for_longer_texts
Users that are interested in bert_for_longer_texts are comparing it to the libraries listed below
Sorting:
- ☆373Updated 2 years ago
- Set of vectorizers that extract keyphrases with part-of-speech patterns from a collection of text documents and convert them into a docum…☆266Updated last year
- Language model fine-tuning on NER with an easy interface and cross-domain evaluation. "T-NER: An All-Round Python Library for Transformer…☆396Updated 2 years ago
- Efficient Attention for Long Sequence Processing☆98Updated 2 years ago
- Guideline following Large Language Model for Information Extraction☆426Updated last year
- A Simple but Powerful SOTA NER Model | Official Code For Label Supervised LLaMA Finetuning☆152Updated last year
- OCTIS: Comparing Topic Models is Simple! A python package to optimize and evaluate topic models (accepted at EACL2021 demo track)☆795Updated 3 weeks ago
- SpanMarker for Named Entity Recognition☆465Updated last year
- Instruct LLMs for flat and nested NER. Fine-tuning Llama and Mistral models for instruction named entity recognition. (Instruction NER)☆88Updated last year
- Powerful unsupervised domain adaptation method for dense retrieval. Requires only unlabeled corpus and yields massive improvement: "GPL: …☆340Updated 2 years ago
- ☆70Updated 4 years ago
- Zero and Few shot named entity & relationships recognition☆402Updated 4 months ago
- Active Learning for Text Classification in Python☆638Updated last week
- PatentSBERTa: A Deep NLP based Hybrid Model for Patent Distance and Classification using Augmented SBERT☆107Updated last year
- Clustering sentence embeddings to extract message intent☆174Updated 4 years ago
- [ACL 2022] LinkBERT: A Knowledgeable Language Model 😎 Pretrained with Document Links☆449Updated 3 years ago
- TopicGPT: A Prompt-Based Framework for Topic Modeling (NAACL'24)☆379Updated 10 months ago
- [ACL-IJCNLP 2021] Automated Concatenation of Embeddings for Structured Prediction☆311Updated 3 years ago
- A Topic Modeling System Toolkit (ACL 2024 Demo)☆284Updated 3 months ago
- A curated list of resources on document similarity measures (papers, tutorials, code, ...)☆255Updated 3 years ago
- Creating class-based TF-IDF matrices☆91Updated 3 years ago
- REBEL is a seq2seq model that simplifies Relation Extraction (EMNLP 2021).☆556Updated 2 years ago
- Lbl2Vec learns jointly embedded label, document and word vectors to retrieve documents with predefined topics from an unlabeled document …☆186Updated 2 years ago
- Code and experiments for *BERTopic: Neural topic modeling with a class-based TF-IDF procedure*☆83Updated 2 years ago
- Models to perform neural summarization (extractive and abstractive) using machine learning transformers and a tool to convert abstractive…☆439Updated 8 months ago
- Multimodal model for text and tabular data with HuggingFace transformers as building block for text data☆616Updated last year
- A Fast, Adaptive, Stable, and Transferable Topic Model (NeurIPS 2024)☆142Updated 6 months ago
- Comparing the Performance of LLMs: A Deep Dive into Roberta, Llama, and Mistral for Disaster Tweets Analysis with Lora☆51Updated 2 years ago
- Train and Infer Powerful Sentence Embeddings with AnglE | 🔥 SOTA on STS and MTEB Leaderboard☆568Updated 3 months ago
- pyTorch implementation of Recurrence over BERT (RoBERT) based on this paper https://arxiv.org/abs/1910.10781 and comparison with pyTorch …☆82Updated 3 years ago