Instructions to use zharry29/intent_fb-th_id with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zharry29/intent_fb-th_id with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("zharry29/intent_fb-th_id") model = AutoModelForMultipleChoice.from_pretrained("zharry29/intent_fb-th_id") - Notebooks
- Google Colab
- Kaggle
Update training_args.bin
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78eaf0c6e455622723e8716e33f91b517c5bfed60356cee42b44ba4816193e92
|
| 3 |
+
size 1276
|