NLP 领域常见任务的实现,包括新词发现、以及基于pytorch的词向量、中文文本分类、实体识别、摘要文本生成、句子相似度判断、三元组抽取、预训练模型等。
-
Updated
May 20, 2023 - Python
NLP 领域常见任务的实现,包括新词发现、以及基于pytorch的词向量、中文文本分类、实体识别、摘要文本生成、句子相似度判断、三元组抽取、预训练模型等。
Wine reviews used to determine the type of wine training on imbalanced data using classification algorithms like SVM, Naive Bayes and Random Forest Classifier. Neural Network (CNN, RNN and LSTM) and LLM models (DistilBERT and RoBERTa) were also used followed by error analysis using SHAP.
Token Classification in essay level, paragraph level and sentence level with BERT, DistillBERT and NER
Add a description, image, and links to the distill-bert topic page so that developers can more easily learn about it.
To associate your repository with the distill-bert topic, visit your repo's landing page and select "manage topics."