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
|
@@ -4,20 +4,25 @@ datasets:
|
|
| 4 |
- nvidia/OpenMathInstruct-2
|
| 5 |
- fka/awesome-chatgpt-prompts
|
| 6 |
- google/frames-benchmark
|
|
|
|
|
|
|
|
|
|
| 7 |
language:
|
| 8 |
- vi
|
| 9 |
- en
|
| 10 |
metrics:
|
| 11 |
- accuracy
|
| 12 |
- code_eval
|
|
|
|
| 13 |
base_model:
|
| 14 |
- nvidia/NVLM-D-72B
|
| 15 |
- google/gemma-2-2b-jpn-it
|
| 16 |
- google/gemma-2-2b-it
|
| 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 |
---
|
|
|
|
| 4 |
- nvidia/OpenMathInstruct-2
|
| 5 |
- fka/awesome-chatgpt-prompts
|
| 6 |
- google/frames-benchmark
|
| 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
|
| 13 |
metrics:
|
| 14 |
- accuracy
|
| 15 |
- code_eval
|
| 16 |
+
- bertscore
|
| 17 |
base_model:
|
| 18 |
- nvidia/NVLM-D-72B
|
| 19 |
- google/gemma-2-2b-jpn-it
|
| 20 |
- google/gemma-2-2b-it
|
| 21 |
- openai/whisper-large-v3-turbo
|
| 22 |
+
- failspy/Phi-3-mini-4k-geminified
|
| 23 |
new_version: stabilityai/stable-diffusion-3.5-large
|
|
|
|
| 24 |
library_name: adapter-transformers
|
| 25 |
tags:
|
| 26 |
- Chat
|
| 27 |
+
- chemistry
|
| 28 |
---
|