Instructions to use rithuik/testing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AllenNLP
How to use rithuik/testing with AllenNLP:
import allennlp_models from allennlp.predictors.predictor import Predictor predictor = Predictor.from_path("hf://rithuik/testing") 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
| license: mit | |
| datasets: | |
| - HuggingFaceTB/finemath | |
| language: | |
| - en | |
| metrics: | |
| - accuracy | |
| base_model: | |
| - meta-llama/Llama-3.2-1B | |
| new_version: microsoft/phi-4 | |
| pipeline_tag: question-answering | |
| library_name: allennlp | |