COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210630090122/https://github.com/topics/huggingface
Here are
198 public repositories
matching this topic...
A PyTorch-based Speech Toolkit
Updated
Jun 30, 2021
Python
🛸 Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy
Updated
Jun 14, 2021
Python
🤗 AutoNLP: train state-of-the-art natural language processing models and deploy them in a scalable environment automatically
Updated
Jun 29, 2021
Python
SQuAD Question Answering Using BERT, PyTorch
Updated
Dec 11, 2020
Python
Repository for Project Insight: NLP as a Service
Updated
Jun 15, 2021
Python
KoBERT와 CRF로 만든 한국어 개체명인식기 (BERT+CRF based Named Entity Recognition model for Korean)
Updated
Jun 14, 2021
Jupyter Notebook
Based on the Pytorch-Transformers library by HuggingFace. To be used as a starting point for employing Transformer models in text classification tasks. Contains code to easily train BERT, XLNet, RoBERTa, and XLM models for text classification.
Updated
May 9, 2020
Jupyter Notebook
Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using ⚡ Pytorch Lightning and 🤗 Transformers.
Updated
Feb 15, 2021
Python
Sentiment analysis neural network trained by fine-tuning BERT, ALBERT, or DistilBERT on the Stanford Sentiment Treebank.
Updated
Jun 16, 2021
Python
Pretrain and finetune ELECTRA with fastai and huggingface. (Results of the paper replicated !)
Updated
Apr 27, 2021
Python
Simple State-of-the-Art BERT-Based Sentence Classification with Keras / TensorFlow 2. Built with HuggingFace's Transformers.
Updated
Nov 10, 2020
Python
Guide: Finetune GPT2-XL (1.5 Billion Parameters) and finetune GPT-NEO (2.7 B) on a single GPU with Huggingface Transformers using DeepSpeed
Updated
Jun 28, 2021
Python
🤗 A list of wonderful open-source projects & applications integrated with Hugging Face libraries.
bert-loves-chemistry: a repository of HuggingFace models applied on chemical SMILES data for drug design, chemical modelling, etc.
Updated
Jun 28, 2021
Jupyter Notebook
Generate realistic Instagram captions using transformers 🤗
Updated
Aug 26, 2020
Python
Deploy BERT for Sentiment Analysis as REST API using FastAPI, Transformers by Hugging Face and PyTorch
Updated
May 2, 2020
Python
Code & Data for "Tabular Transformers for Modeling Multivariate Time Series" (ICASSP, 2021)
Updated
Jun 23, 2021
Python
Triple Branch BERT Siamese Network for fake news classification on LIAR-PLUS dataset in PyTorch
Updated
Feb 9, 2020
Python
Electra pre-trained model using Vietnamese corpus
Updated
May 21, 2021
Jupyter Notebook
BERT which stands for Bidirectional Encoder Representations from Transformations is the SOTA in Transfer Learning in NLP.
Updated
Mar 27, 2020
Python
Amazon SageMaker Local Mode Examples
Updated
Jun 28, 2021
Python
Serve scikit-learn, XGBoost, TensorFlow, and PyTorch models with AWS Lambda container images support.
Updated
Jun 27, 2021
Jupyter Notebook
NLP tool to extract emotional phrase from tweets 🤩
Updated
May 23, 2021
Python
A collection of Danish Transformers
DrFAQ is a plug-and-play question answering NLP chatbot that can be generally applied to any organisation's text corpora.
Updated
Jun 8, 2021
Jupyter Notebook
Experiments with Hugging Face 🔬 🤗
Updated
Jun 18, 2021
Python
Advanced NLP Workshop: word-sense disambiguation with RoBERTa and text summarization with BART (Machine Learning Milan)
Updated
Jun 18, 2020
Jupyter Notebook
🤖 🤖 🤖 Question Answering with arXiv papers at scale with a Telegram bot
Updated
Sep 14, 2020
Jupyter Notebook
KAREN: Unifying Hatespeech Detection and Benchmarking
Updated
Jun 22, 2021
Python
Improve this page
Add a description, image, and links to the
huggingface
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
huggingface
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
As specified in this issue: UKPLab/sentence-transformers#350 (comment)
The authors of SBERT recommend using CrossEncoders for sentence classification.