Instructions to use eawang/bert2_tf_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eawang/bert2_tf_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="eawang/bert2_tf_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("eawang/bert2_tf_model") model = AutoModelForSequenceClassification.from_pretrained("eawang/bert2_tf_model") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- May03_19-52-38_630b8e579a05
- May03_19-53-32_630b8e579a05
- May03_19-55-42_630b8e579a05
- May03_19-57-01_630b8e579a05
- May03_20-01-54_630b8e579a05
- May03_20-25-34_630b8e579a05
- May03_20-35-14_630b8e579a05
- May03_21-23-05_9bab9c92b6fe
- May03_21-40-23_4ca88c0be1be
- May03_23-00-31_c1cb2ca71114
- May03_23-03-19_c1cb2ca71114
- May03_23-08-08_c1cb2ca71114
- May03_23-26-50_c1cb2ca71114