Views
No views yet
prajjwal1/bert-tiny on a 3 000-example
subset of SST-2.1from transformers import pipeline
2clf = pipeline("text-classification", model="Facececersek/bedrock-sentiment-tiny")
3print(clf("this mod is sooo good"))
4print(clf("it wouldn't import, it's broken"))google/bert_uncased_L-2_H-128_A-2distilbert-base-uncased).