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
|
@@ -7,6 +7,9 @@ datasets:
|
|
| 7 |
- 5CD-AI/Viet-LAION-Gemini-VQA
|
| 8 |
- Vezora/Open-Critic-GPT
|
| 9 |
- 5CD-AI/Vietnamese-Ecommerce-Multi-turn-Chat
|
|
|
|
|
|
|
|
|
|
| 10 |
language:
|
| 11 |
- vi
|
| 12 |
- en
|
|
|
|
| 7 |
- 5CD-AI/Viet-LAION-Gemini-VQA
|
| 8 |
- Vezora/Open-Critic-GPT
|
| 9 |
- 5CD-AI/Vietnamese-Ecommerce-Multi-turn-Chat
|
| 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
|