Instructions to use bigelbo/firstmodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AllenNLP
How to use bigelbo/firstmodel with AllenNLP:
import allennlp_models from allennlp.predictors.predictor import Predictor predictor = Predictor.from_path("hf://bigelbo/firstmodel") - Notebooks
- Google Colab
- Kaggle
wohoo.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: artistic-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- OpenDataArena/MMFineReason-1.8M-Qwen3-VL-235B-Thinking
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
base_model:
|
| 10 |
+
- Qwen/Qwen3-Coder-Next
|
| 11 |
+
new_version: Qwen/Qwen3-Coder-Next
|
| 12 |
+
pipeline_tag: text-to-speech
|
| 13 |
+
library_name: allennlp
|
| 14 |
+
tags:
|
| 15 |
+
- music
|
| 16 |
+
---
|