Text Classification
Transformers
Vietnamese
English
llava_next_video
Chat
chemistry
biology
legal
music
code
Merge
text-generation-inference
art
Instructions to use bkbj/Atest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bkbj/Atest with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="bkbj/Atest")# Load model directly from transformers import AutoProcessor, AutoModelForSequenceClassification processor = AutoProcessor.from_pretrained("bkbj/Atest") model = AutoModelForSequenceClassification.from_pretrained("bkbj/Atest") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ base_model:
|
|
| 17 |
- openai/whisper-large-v3-turbo
|
| 18 |
new_version: stabilityai/stable-diffusion-3.5-large
|
| 19 |
pipeline_tag: text-generation
|
| 20 |
-
library_name:
|
| 21 |
tags:
|
| 22 |
- Chat
|
| 23 |
---
|
|
|
|
| 17 |
- openai/whisper-large-v3-turbo
|
| 18 |
new_version: stabilityai/stable-diffusion-3.5-large
|
| 19 |
pipeline_tag: text-generation
|
| 20 |
+
library_name: adapter-transformers
|
| 21 |
tags:
|
| 22 |
- Chat
|
| 23 |
---
|