Question Answering
Transformers
Safetensors
English
phi
text-generation
phi2
lora
science-on-a-sphere
sos
earth-science
text-generation-inference
Instructions to use HacksHaven/phi-2-science-on-a-sphere with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HacksHaven/phi-2-science-on-a-sphere with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="HacksHaven/phi-2-science-on-a-sphere")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("HacksHaven/phi-2-science-on-a-sphere") model = AutoModelForCausalLM.from_pretrained("HacksHaven/phi-2-science-on-a-sphere") - Notebooks
- Google Colab
- Kaggle
Ctrl+K