Instructions to use cruiser/bert_final_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cruiser/bert_final_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="cruiser/bert_final_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("cruiser/bert_final_model") model = AutoModelForSequenceClassification.from_pretrained("cruiser/bert_final_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
4cb0eb8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:83e1feb7d1557bdae614dce5d0d73f61ea1a7f324ba65938210ed8fb967eff2e
size 3579
|