How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Multi-Domain-Expert-Learning/merge-arxiv-50_github-50_avg"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Multi-Domain-Expert-Learning/merge-arxiv-50_github-50_avg",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/Multi-Domain-Expert-Learning/merge-arxiv-50_github-50_avg
Quick Links

merge-arxiv-50_github-50_avg

This model is a merge between the following models:

Using a naive weight averaging strategy at a 50/50 ratio per model.

It has yet to be evaluated.

Model description

More information needed

Intended uses & limitations

More information needed

Framework versions

  • Transformers 4.28.1
  • Pytorch 2.0.0+cu117
  • Datasets 2.11.0
  • Tokenizers 0.13.3
Downloads last month
9
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support