Instructions to use luohy/ESP-bert-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use luohy/ESP-bert-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="luohy/ESP-bert-large")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("luohy/ESP-bert-large") model = AutoModelForSequenceClassification.from_pretrained("luohy/ESP-bert-large") - Notebooks
- Google Colab
- Kaggle
Commit ·
5be3aaa
1
Parent(s): 6a991e3
Adding `safetensors` variant of this model
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1d8e1235da7262df1a1c6b32d2af1cade3e57f23dc015bc231a1c3f5af6c299
|
| 3 |
+
size 1334380548
|