Instructions to use Rin08/Mymoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AllenNLP
How to use Rin08/Mymoder with AllenNLP:
import allennlp_models from allennlp.predictors.predictor import Predictor predictor = Predictor.from_path("hf://Rin08/Mymoder") predictor_input = {"passage": "My name is Wolfgang and I live in Berlin", "question": "Where do I live?"} predictions = predictor.predict_json(predictor_input) - Notebooks
- Google Colab
- Kaggle
Myai
Browse filesMy ai
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- nvidia/Llama-Nemotron-Post-Training-Dataset-v1
|
| 5 |
+
language:
|
| 6 |
+
- ja
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
base_model:
|
| 10 |
+
- Qwen/QwQ-32B
|
| 11 |
+
new_version: Qwen/QwQ-32B
|
| 12 |
+
pipeline_tag: question-answering
|
| 13 |
+
library_name: allennlp
|
| 14 |
+
---
|