initial commit bb7455a
Tsai Jiun An commited on
How to use AndrewTsai0406/bert-tiny-law-article-classifier with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("AndrewTsai0406/bert-tiny-law-article-classifier", dtype="auto")