Instructions to use jonaskoenig/destillbert-statementsaboutfuture with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jonaskoenig/destillbert-statementsaboutfuture with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jonaskoenig/destillbert-statementsaboutfuture")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jonaskoenig/destillbert-statementsaboutfuture") model = AutoModelForSequenceClassification.from_pretrained("jonaskoenig/destillbert-statementsaboutfuture", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
0daee58
1
Parent(s): f300ddf
add model
Browse files- tf_model.h5 +1 -1
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267951808
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbab1fb6012193715a85ef55a7cf044377e380bad58c8b957e34ef993feb7e39
|
| 3 |
size 267951808
|