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

Pandalyst: A large language model for mastering data analysis using pandas

๐Ÿฑ Github Repo

What is Pandalyst

  • Pandalyst is a general large language model specifically trained to process and analyze data using the pandas library.

How is Pandalyst

  • Pandalyst has strong generalization capabilities for data tables in different fields and different data analysis needs.

Why is Pandalyst

  • Pandalyst is open source and free to use, and its small parameter size (7B/13B) allows us to easily deploy it on local PC.
  • Pandalyst can handle complex data tables (multiple columns and multiple rows), allowing us to enter enough context to describe our table in detail.
  • Pandalyst has very competitive performance, significantly outperforming models of the same size and even outperforming some of the strongest closed-source models.

News

  • ๐Ÿ”ฅ[2023/10/15] Now we can plot ๐Ÿ“ˆ! and much more powerful! We released Pandalyst-7B-V1.2, which was trained on CodeLlama-7b-Python and it surpasses ChatGPT-3.5 (2023/06/13), Pandalyst-7B-V1.1 and WizardCoder-Python-13B-V1.0 in our PandaTest_V1.0.
  • ๐Ÿค–๏ธ[2023/09/30] We released Pandalyst-7B-V1.1 , which was trained on CodeLlama-7b-Python and achieves the 76.1 exec@1 in our PandaTest_V1.0 and surpasses WizardCoder-Python-13B-V1.0 and ChatGPT-3.5 (2023/06/13).
Model Checkpoint Support plot License
๐Ÿ”ฅPandalyst-7B-V1.2 ๐Ÿค— HF Link โœ… Llama2
Pandalyst-7B-V1.1 ๐Ÿค— HF Link โŒ Llama2

Usage and Human evaluation

Please refer to Github.

Downloads last month
28
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for pipizhao/Pandalyst-7B-V1.1

Quantizations
3 models

Space using pipizhao/Pandalyst-7B-V1.1 1

Evaluation results