clinc/clinc_oos
Viewer • Updated • 59.3k • 24.8k • 20
How to use yuashi/voiceassistant-intent-bert-lora with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("bert-base-cased")
model = PeftModel.from_pretrained(base_model, "yuashi/voiceassistant-intent-bert-lora")This model is a fine-tuned version of bert-base-cased on clinc_oos dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro |
|---|---|---|---|---|---|
| No log | 1.0 | 477 | 2.4694 | 0.4748 | 0.4208 |
| 3.7133 | 2.0 | 954 | 1.3183 | 0.7181 | 0.7047 |
| 1.7805 | 3.0 | 1431 | 0.8659 | 0.8052 | 0.8030 |
| 1.0098 | 4.0 | 1908 | 0.6768 | 0.8461 | 0.8478 |
| 0.6774 | 5.0 | 2385 | 0.5619 | 0.8726 | 0.8758 |
| 0.5035 | 6.0 | 2862 | 0.4999 | 0.8881 | 0.8908 |
| 0.3952 | 7.0 | 3339 | 0.4620 | 0.8955 | 0.9007 |
| 0.3162 | 8.0 | 3816 | 0.4396 | 0.9006 | 0.9056 |
| 0.2796 | 9.0 | 4293 | 0.4250 | 0.9087 | 0.9134 |
| 0.261 | 10.0 | 4770 | 0.4182 | 0.9081 | 0.9130 |
Base model
google-bert/bert-base-cased