Text Classification
Transformers
TensorFlow
bert
generated_from_keras_callback
text-embeddings-inference
Instructions to use SIA86/bert-cased-text-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SIA86/bert-cased-text-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SIA86/bert-cased-text-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SIA86/bert-cased-text-classification") model = AutoModelForSequenceClassification.from_pretrained("SIA86/bert-cased-text-classification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,8 +9,9 @@ model-index:
|
|
| 9 |
|
| 10 |
widget:
|
| 11 |
- text: "Не могу отправить письмо с электронной почты."
|
|
|
|
| 12 |
- text: "Прошу установить AutoCad на мой компьютер."
|
| 13 |
-
example_title: "Пример
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
|
| 9 |
|
| 10 |
widget:
|
| 11 |
- text: "Не могу отправить письмо с электронной почты."
|
| 12 |
+
example_title: "Пример 1"
|
| 13 |
- text: "Прошу установить AutoCad на мой компьютер."
|
| 14 |
+
example_title: "Пример 2"
|
| 15 |
---
|
| 16 |
|
| 17 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|