Question Answering
Transformers
PyTorch
Safetensors
Italian
text-generation-inference
q&a
italian
mamba
question answering
Instructions to use DeepMount00/Mamba-QA-ITA-790m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DeepMount00/Mamba-QA-ITA-790m with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="DeepMount00/Mamba-QA-ITA-790m")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("DeepMount00/Mamba-QA-ITA-790m", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Is this mamba QA model in Italian only?
#2
by tinchung - opened
So I was testing with DeepMount00/mamba_790_hf_qa and managed to get some English output with its QA but I could not do the same for this model, it seemed like it never trained on any English to begin with.
Hi @tinchung yes, this model is only for Italian language.
the model was trained only with Italian data
DeepMount00 changed discussion status to closed
ok I see, thank you
DeepMount00 changed discussion status to open