Instructions to use liujch1998/vera with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use liujch1998/vera with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="liujch1998/vera")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("liujch1998/vera") model = AutoModel.from_pretrained("liujch1998/vera") - Notebooks
- Google Colab
- Kaggle
Commit ·
30e3303
1
Parent(s): e46e3a3
Delete pytorch_model.bin
Browse files- pytorch_model.bin +0 -3
pytorch_model.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:af999adb5c5286a69187fa69123c2e7528e7175541285199b3dedc2842f18adb
|
| 3 |
-
size 2447127353
|
|
|
|
|
|
|
|
|
|
|
|