Instructions to use gustavolucius/FNClassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gustavolucius/FNClassifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gustavolucius/FNClassifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gustavolucius/FNClassifier") model = AutoModelForSequenceClassification.from_pretrained("gustavolucius/FNClassifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
d3d477a
1
Parent(s): 2b229a2
Upload tf_model.h5 with git-lfs
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 267951896
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1919aeeb9db3688d5577db7d04976ed5a80998f26754c48f7fa1e099cd8e4f99
|
| 3 |
size 267951896
|