lanwuwei/BERTOverflow
A Pre-trained BERT on StackOverflow Corpus
This provides a specialized language model that understands the unique language of software development, trained on a vast amount of Stack Overflow data. It takes raw text from software-related discussions or documentation and helps identify and extract key entities, like specific code elements, software names, or technical terms. Software engineers, technical writers, or anyone analyzing software-related text would find this useful.
No commits in the last 6 months.
Use this if you need to perform natural language processing tasks, like named entity recognition, on text that is heavily focused on software development topics and terminology.
Not ideal if your text analysis needs are for general language domains outside of software or if you are not comfortable with developer-level tools and infrastructure.
Stars
47
Forks
2
Language
—
License
—
Category
Last pushed
Feb 27, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/lanwuwei/BERTOverflow"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和...
guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow