How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="ShihTing/QA_Leave")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("ShihTing/QA_Leave")
model = AutoModelForSequenceClassification.from_pretrained("ShihTing/QA_Leave")
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Title 自製QA請假版


tags: autonlp language: unk widget:

  • text: "如果我想請特休,要怎麼使用"
  • text: "我想請事假"

自製QA請假版 訓練與驗證分開 訓練筆67驗證筆23,總類別23,也就是驗證資料每一類各一測試 驗證acc=1.0

Downloads last month
8
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support