Text Generation
Transformers
Safetensors
llama
orpo
text-generation-inference
How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "adamo1139/Yi-34B-200K-HESOYAM-rawrr_stage2-2306"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "adamo1139/Yi-34B-200K-HESOYAM-rawrr_stage2-2306",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/adamo1139/Yi-34B-200K-HESOYAM-rawrr_stage2-2306
Quick Links

Basic Model Info

1 epoch on adamo1139/uninstruct-v1-experimental-chatml, then 1 epoch on adamo1139/HESOYAM_v0.3, then a fraction of an epoch on adamo1139/rawrr_v2-1-stage2. I used GaLore for all three stages.

After I saw that adamo1139/Yi-34B-200K-HESOYAM-2206 is not free of slop if you don't use the right prompt, I decided to try to ORPO it out using adamo1139/rawrr_v2-1-stage2.

The effects are mixed - it's pleasant to talk to, it doesn't really feel like you're exchanging comments on reddit/4chan anymore. It's very easy to have a nice human-like discussion with it, it has potential.

Prompt format is ChatML, not sure which system prompt works best.

Downloads last month
2
Safetensors
Model size
34B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Datasets used to train adamo1139/Yi-34B-200K-HESOYAM-rawrr_stage2-2306

Paper for adamo1139/Yi-34B-200K-HESOYAM-rawrr_stage2-2306