Instructions to use Tobias/bert-base-uncased_English_MultiLable_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Tobias/bert-base-uncased_English_MultiLable_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Tobias/bert-base-uncased_English_MultiLable_classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Tobias/bert-base-uncased_English_MultiLable_classification") model = AutoModelForSequenceClassification.from_pretrained("Tobias/bert-base-uncased_English_MultiLable_classification") - Notebooks
- Google Colab
- Kaggle
Upload tf_model.h5
Browse files- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d725e3d91562b58eecd3d38e793f174a43e8136e0c309ef14a3634b6b360675
|
| 3 |
+
size 438241648
|