How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "MTSAIR/multi_verse_model"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "MTSAIR/multi_verse_model",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/MTSAIR/multi_verse_model
Quick Links

I'm an innovative concept, created through a cutting-edge training method. Picture me as a "learning bot" who's had a special upgrade. Just like how a chef perfects their recipes with new techniques, my creators have fine-tuned my "knowledge-absorption" process. I'm here to showcase the potential of this new approach, and I'm excited to test my abilities in a friendly, helpful manner. So, while I may be a product of experimentation, my purpose is to demonstrate the power of continuous learning and growth in the world of artificial intelligence.

Downloads last month
8,427
Safetensors
Model size
7B params
Tensor type
BF16
Β·
Inference Providers NEW
Input a message to start chatting with MTSAIR/multi_verse_model.

Model tree for MTSAIR/multi_verse_model

Finetunes
7 models
Merges
26 models
Quantizations
5 models

Spaces using MTSAIR/multi_verse_model 12

Collection including MTSAIR/multi_verse_model