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

Configuration Parsing Warning:Config file config.json cannot be fetched (too big)

Configuration Parsing Warning:Config file tokenizer_config.json cannot be fetched (too big)

DeepAnalyze

DeepAnalyze: Agentic Large Language Models for Autonomous Data Science

arXiv Paper code homepage model data Badge

Authors: Shaolei Zhang, Ju Fan*, Meihao Fan, Guoliang Li, Xiaoyong Du

DeepAnalyze is the first agentic LLM for autonomous data science. It can autonomously complete a wide range of data-centric tasks without human intervention, supporting:

  • 🛠 Entire data science pipeline: Automatically perform any data science tasks such as data preparation, analysis, modeling, visualization, and report generation.
  • 🔍 Open-ended data research: Conduct deep research on diverse data sources, including structured data (Databases, CSV, Excel), semi-structured data (JSON, XML, YAML), and unstructured data (TXT, Markdown), and finally produce analyst-grade research reports.
  • 📊 Fully open-source: The model, code, training data, and demo of DeepAnalyze are all open-sourced, allowing you to deploy or extend your own data analysis assistant.

deepanalyze

More information refer to DeepAnalyze's Repo

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

Model tree for RUC-DataLab/DeepAnalyze-8B

Finetunes
1 model
Quantizations
4 models

Dataset used to train RUC-DataLab/DeepAnalyze-8B

Space using RUC-DataLab/DeepAnalyze-8B 1

Collection including RUC-DataLab/DeepAnalyze-8B

Paper for RUC-DataLab/DeepAnalyze-8B