文件名称:coffee-mate:Tensorflow.js用于咖啡
文件大小:1.44MB
文件格式:ZIP
更新时间:2024-04-05 19:15:46
javascript python tensorflow coffee colab-notebook
BERT的最好的朋友。 安装 Ernie需要Python 3.6或更高版本。 pip install ernie 微调 句子分类 from ernie import SentenceClassifier , Models import pandas as pd tuples = [( "This is a positive example. I'm very happy today." , 1 ), ( "This is a negative sentence. Everything was wrong today at work." , 0 )] df = pd . DataFrame ( tuples ) classifier = SentenceClassifier ( model_name = Models . BertBaseUncased , max_le
【文件预览】:
coffee-mate-main
----README.md(2KB)
----profile.png(8KB)
----notebooks()
--------Coffee Review Data Exploration.ipynb(12KB)
--------Classification wth NNLM.ipynb(124KB)
--------Coffee Review Scraping with BeautifulSoup.ipynb(14KB)
--------Deployment to TensorflowJS.ipynb(12KB)
--------Classification for the Browser.ipynb(133KB)
--------Classification with BERT.ipynb(101KB)
----data()
--------all_review_data.csv(4.69MB)
--------name_slug.csv(328KB)