Instructions to use MinervaBotTeam/Bloom_Question_Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MinervaBotTeam/Bloom_Question_Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="MinervaBotTeam/Bloom_Question_Classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("MinervaBotTeam/Bloom_Question_Classification") model = AutoModelForSequenceClassification.from_pretrained("MinervaBotTeam/Bloom_Question_Classification") - Notebooks
- Google Colab
- Kaggle
Delete model.safetensors
Browse files- model.safetensors +0 -3
model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8f38fcdbf7f47a1a5a084e0b68260c0bcfa38a6e573ac1bf6759bc72ca3f4b1c
|
| 3 |
-
size 267832560
|
|
|
|
|
|
|
|
|
|
|
|