Instructions to use TiffanyH/final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TiffanyH/final with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="TiffanyH/final")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("TiffanyH/final") model = AutoModelForSequenceClassification.from_pretrained("TiffanyH/final") - Notebooks
- Google Colab
- Kaggle
Tiffany Hsu commited on
Commit ·
4c277b7
1
Parent(s): 6bfba3e
Upload BertForSequenceClassification
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438007925
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be30459566377ad59896845657873f3e9bf39b8f46e98b611bbc3cfb5f112504
|
| 3 |
size 438007925
|