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
|
@@ -10,6 +10,7 @@ datasets:
|
|
| 10 |
- meta-math/MetaMathQA
|
| 11 |
- meta-llama/Llama-3.2-3B-Instruct-evals
|
| 12 |
- MacPaw/mac-app-store-apps-metadata
|
|
|
|
| 13 |
language:
|
| 14 |
- vi
|
| 15 |
- en
|
|
@@ -35,4 +36,10 @@ library_name: adapter-transformers
|
|
| 35 |
tags:
|
| 36 |
- Chat
|
| 37 |
- chemistry
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
---
|
|
|
|
| 10 |
- meta-math/MetaMathQA
|
| 11 |
- meta-llama/Llama-3.2-3B-Instruct-evals
|
| 12 |
- MacPaw/mac-app-store-apps-metadata
|
| 13 |
+
- AutonLab/TimeSeriesExam
|
| 14 |
language:
|
| 15 |
- vi
|
| 16 |
- en
|
|
|
|
| 36 |
tags:
|
| 37 |
- Chat
|
| 38 |
- chemistry
|
| 39 |
+
- biology
|
| 40 |
+
- legal
|
| 41 |
+
- music
|
| 42 |
+
- code
|
| 43 |
+
- merge
|
| 44 |
+
- text-generation-inference
|
| 45 |
---
|