Text Classification
Transformers
PyTorch
English
bert
Trained with AutoTrain
text-embeddings-inference
Instructions to use madmancity/bert2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use madmancity/bert2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="madmancity/bert2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("madmancity/bert2") model = AutoModelForSequenceClassification.from_pretrained("madmancity/bert2") - Notebooks
- Google Colab
- Kaggle
Commit ·
e40fcb4
1
Parent(s): 871bd01
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ tags:
|
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
widget:
|
| 8 |
-
- text: "
|
| 9 |
datasets:
|
| 10 |
- madmancity/autotrain-data-bert1
|
| 11 |
co2_eq_emissions:
|
|
|
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
widget:
|
| 8 |
+
- text: "What is your opinion on cheese?"
|
| 9 |
datasets:
|
| 10 |
- madmancity/autotrain-data-bert1
|
| 11 |
co2_eq_emissions:
|