gmihaila / ml_things
This is where I put things I find useful that speed up my work with Machine Learning. Ever looked in your old projects to reuse those cool functions you created before? Well, this repo is designed to be a Python Library of functions I created in my previous project that can be reused. I also share some Notebooks Tutorials and Python Code Snippet…
☆259Updated 3 years ago
Alternatives and similar repositories for ml_things
Users that are interested in ml_things are comparing it to the libraries listed below
Sorting:
- Some notebooks for NLP☆202Updated last year
- this is where we share notebooks/projects used in your youtube channel☆148Updated 3 years ago
- Few-shot Named Entity Recognition☆123Updated 3 years ago
- Efficient Attention for Long Sequence Processing☆94Updated last year
- Tutorial for first time BERT users,☆103Updated 2 years ago
- Models to perform neural summarization (extractive and abstractive) using machine learning transformers and a tool to convert abstractive…☆431Updated 2 years ago
- Applying BERT to named entity recognition in English and Russian.☆162Updated 2 years ago
- Clustering sentence embeddings to extract message intent☆173Updated 3 years ago
- Build and train state-of-the-art natural language processing models using BERT☆221Updated 3 years ago
- A repo to explore different NLP tasks which can be solved using T5☆172Updated 4 years ago
- An assignment for CMU CS11-711 Advanced NLP, building NLP systems from scratch☆172Updated 2 years ago
- A library to synthesize text datasets using Large Language Models (LLM)☆152Updated 2 years ago
- Neural information retrieval / Semantic search / Bi-encoders☆169Updated last year
- All the goto functions you need to handle NLP use-cases, integrated in NLPretext☆140Updated last month
- Companion repository to Paul Azunre's "Transfer Learning for Natural Language Processing" book☆122Updated 2 years ago
- ☆124Updated 3 years ago
- A monolingual and cross-lingual meta-embedding generation and evaluation framework☆80Updated 3 years ago
- ☆150Updated 2 years ago
- A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.☆180Updated 3 years ago
- Dataset for Emotion Recognition Research☆210Updated 2 years ago
- SummVis is an interactive visualization tool for text summarization.☆252Updated 2 years ago
- Language model fine-tuning on NER with an easy interface and cross-domain evaluation. "T-NER: An All-Round Python Library for Transformer…☆388Updated 2 years ago
- Collection of NLP model explanations and accompanying analysis tools☆145Updated last year
- ☆60Updated 4 years ago
- [NAACL 2021] This is the code for our paper `Fine-Tuning Pre-trained Language Model with Weak Supervision: A Contrastive-Regularized Self…☆203Updated 2 years ago
- pyTorch implementation of Recurrence over BERT (RoBERT) based on this paper https://arxiv.org/abs/1910.10781 and comparison with pyTorch …☆82Updated 2 years ago
- ☆345Updated 3 years ago
- This repository contains an easy and intuitive approach to few-shot NER using most similar expansion over spaCy embeddings. Now with enti…