Telugu-LLM-Labs/marathi_alpaca_yahma_cleaned_filtered
Viewer • Updated • 28.9k • 16 • 1
How to use Echelon-AI/marathi-llama3-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Echelon-AI/marathi-llama3-GGUF", filename="unsloth.BF16.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
How to use Echelon-AI/marathi-llama3-GGUF with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Echelon-AI/marathi-llama3-GGUF:BF16 # Run inference directly in the terminal: llama cli -hf Echelon-AI/marathi-llama3-GGUF:BF16
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Echelon-AI/marathi-llama3-GGUF:BF16 # Run inference directly in the terminal: llama cli -hf Echelon-AI/marathi-llama3-GGUF:BF16
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf Echelon-AI/marathi-llama3-GGUF:BF16 # Run inference directly in the terminal: ./llama-cli -hf Echelon-AI/marathi-llama3-GGUF:BF16
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf Echelon-AI/marathi-llama3-GGUF:BF16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf Echelon-AI/marathi-llama3-GGUF:BF16
docker model run hf.co/Echelon-AI/marathi-llama3-GGUF:BF16
How to use Echelon-AI/marathi-llama3-GGUF with Ollama:
ollama run hf.co/Echelon-AI/marathi-llama3-GGUF:BF16
How to use Echelon-AI/marathi-llama3-GGUF with Unsloth Studio:
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Echelon-AI/marathi-llama3-GGUF to start chatting
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Echelon-AI/marathi-llama3-GGUF to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Echelon-AI/marathi-llama3-GGUF to start chatting
How to use Echelon-AI/marathi-llama3-GGUF with Docker Model Runner:
docker model run hf.co/Echelon-AI/marathi-llama3-GGUF:BF16
How to use Echelon-AI/marathi-llama3-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Echelon-AI/marathi-llama3-GGUF:BF16
lemonade run user.marathi-llama3-GGUF-BF16
lemonade list
Meta llama3 8B trained on marathi alpaca cleaned for 1.5 epochs, On A100 40GB
Marathi-Llama3 is a fine-tuned version of the Llama3 model, tailored specifically for the Marathi language. This model leverages the power of the Llama3 architecture to provide accurate and nuanced responses in Marathi, opening up advanced AI capabilities to Marathi-speaking communities.
5-bit
8-bit
16-bit