Instructions to use aychang/bert-base-cased-trec-coarse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aychang/bert-base-cased-trec-coarse with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="aychang/bert-base-cased-trec-coarse")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("aychang/bert-base-cased-trec-coarse") model = AutoModelForSequenceClassification.from_pretrained("aychang/bert-base-cased-trec-coarse", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 79208bd0d1dd3bafd9428aa8ff4412eedc3e34a556188ba0cd295b4eefcccbe6
- Size of remote file:
- 433 MB
- SHA256:
- 73e4a6056f0f7791050689e0216f48bc568c3371b25074f3b1a720be71ea0357
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.