Views
No views yet
1# Pull the model
2ollama pull bhavyasri044/ollama-nasa-model
3
4# Run the model
5ollama run bhavyasri044/ollama-nasa-model1# Download the GGUF file
2wget https://huggingface.co/bhavyasri044/ollama-nasa-model/resolve/main/model.gguf
3
4# Run with llama.cpp
5./main -m model.gguf -p "What are the effects of microgravity on human bone density?"1@misc{nasa-ollama-model-2024,
2 title={NASA Research Assistant: Specialized Language Model for Space Science},
3 author={NASA Research Team},
4 year={2024},
5 publisher={Hugging Face},
6 url={https://huggingface.co/bhavyasri044/ollama-nasa-model}
7}