Instructions to use sillon/linux-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sillon/linux-test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="sillon/linux-test")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("sillon/linux-test") model = AutoModelForQuestionAnswering.from_pretrained("sillon/linux-test") - Notebooks
- Google Colab
- Kaggle
This is kinda cool
#1
by tekkonetes - opened
This is really cool, I just realized if you import it's life into the context you can create a chatbot
ohh... your comment is touching my soul .... Thank you! 馃槃