temp1 / README.md
Ezi's picture
Update README.md
46d254d
|
raw
history blame contribute delete
No virus
419 Bytes
metadata
datasets:
  - librispeech_asr
license: openrail
tags:
  - test
  - test2

How to

Click to expand

from transformers import AutoTokenizer, AutoModelForSequenceClassification
 
tokenizer = AutoTokenizer.from_pretrained("cambridgeltl/sst_mobilebert-uncased")
 
model = AutoModelForSequenceClassification.from_pretrained("cambridgeltl/sst_mobilebert-uncased")