elmo
There are 123 repositories under elmo topic.
dbiir/UER-py
Open Source Pre-training Model Framework in PyTorch & Pre-trained Model Zoo
HIT-SCIR/ELMoForManyLangs
Pre-trained ELMo Representations for Many Languages
Tencent/TencentPretrain
Tencent Pre-training framework in PyTorch & Pre-trained Model Zoo
MorvanZhou/NLP-Tutorials
Simple implementations of NLP models. Tutorials are written in Chinese on my website https://mofanpy.com
sunyilgdx/SIFRank_zh
Keyphrase or Keyword Extraction 基于预训练模型的中文关键词抽取方法(论文SIFRank: A New Baseline for Unsupervised Keyphrase Extraction Based on Pre-trained Language Model 的中文版代码)
ai-forever/ner-bert
BERT-NER (nert-bert) with google bert https://github.com/google-research.
zhufz/nlp_research
NLP research:基于tensorflow的nlp深度学习项目,支持文本分类/句子匹配/序列标注/文本生成 四大任务
vlarine/transformers-ru
A list of pretrained Transformer models for the Russian language.
PrashantRanjan09/Elmo-Tutorial
A short tutorial on Elmo training (Pre trained, Training on new data, Incremental training)
AlexYangLi/ABSA_Keras
Keras Implementation of Aspect based Sentiment Analysis
iliaschalkidis/ELMo-keras
Re-implementation of ELMo on Keras
sunyilgdx/SIFRank
The code of our paper "SIFRank: A New Baseline for Unsupervised Keyphrase Extraction Based on Pre-trained Language Model"
DoodleJZ/HPSG-Neural-Parser
Source code for "Head-Driven Phrase Structure Grammar Parsing on Penn Treebank" published at ACL 2019
dsindex/etagger
reference tensorflow code for named entity tagging
YC-wind/embedding_study
中文预训练模型生成字向量学习,测试BERT,ELMO的中文效果
TalSchuster/CrossLingualContextualEmb
Cross-Lingual Alignment of Contextual Word Embeddings
TharinduDR/Simple-Sentence-Similarity
Exploring the simple sentence similarity measurements using word embeddings
DomHudson/bert-in-production
A collection of resources on using BERT (https://arxiv.org/abs/1810.04805 ) and related Language Models in production environments.
dudeperf3ct/DL_Notebooks
This repo contains all the notebooks mentioned in blog.
ShomyLiu/pytorch_bert_elmo_example
A text classification example with Bert/ELMo/GloVe in pytorch
DiceTechJobs/VectorsInSearch
Dice.com repo to accompany the dice.com 'Vectors in Search' talk by Simon Hughes, from the Activate 2018 search conference, and the 'Searching with Vectors' talk from Haystack 2019 (US). Builds upon my conceptual search and semantic search work from 2015
ltgoslo/simple_elmo
Simple library to work with pre-trained ELMo models in TensorFlow
long8v/torch_study
torch tutorial and paper implementation mainly about NLP
DataXujing/NLP-paper
:art: :art:NLP 自然语言处理教程 :art::art: https://dataxujing.github.io/NLP-paper/
t-systems-on-site-services-gmbh/german-elmo-model
This is a german ELMo deep contextualized word representation. It is trained on a special German Wikipedia Text Corpus.
Turkish-Word-Embeddings/Word-Embeddings-Repository-for-Turkish
Code for "A Comprehensive Analysis of Static Word Embeddings for Turkish". Expert Systems with Applications 2024.
spencerhan/InvoiceNamedEntityRecognition
A Deep Learning-Based Approach for Named Entity Recognition on Commercial Receipts
yao-jason/ADL2019
Applied Deep Learning (2019 Spring) @ NTU
EsterHlav/Quantitative-Comparison-NLP-Embeddings-from-GloVe-to-RoBERTa
Fair quantitative comparison of NLP embeddings from GloVe to RoBERTa with Sequential Bayesian Optimization fine-tuning using Flair and SentEval. Extension of HyperOpt library to log_b priors.
vondersam/sdgs_text_classifier
Multi-Label Text Classification with Transfer Learning
MiuLab/Lattice-ELMo
Source code for ACL 2020 paper "Learning Spoken Language Representations with Neural Lattice Language Modeling"
palazzem/ha-econnect-alarm
Home Assistant integration that provides a full-fledged Alarm Panel to control your Elmo/IESS alarm systems.
vavalomi/stata_tools
Useful Stata routines
dainlp/naacl2019-select-pretraining-data-for-ner
BiLSTM-CRF model for NER
hengluchang/visualizing_contextual_vectors
Visualizing ELMo Contextual Vectors for Word Sense Disambiguation
WenRichard/ELMO-NLP
ELMO在QA问答,文本分类等NLP上面的应用