Text Generation
Transformers
Safetensors
zhangshaolei nielsr HF Staff commited on
Commit
214c302
·
verified ·
1 Parent(s): 2c7ceb7

Improve model card: Update pipeline tag, add library name, and Hugging Face paper link (#2)

Browse files

- Improve model card: Update pipeline tag, add library name, and Hugging Face paper link (1466d8d071a08e2008d4409b47a67f10795c70d5)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,15 +1,18 @@
1
  ---
2
- license: mit
3
  datasets:
4
  - RUC-DataLab/DataScience-Instruct-500K
5
- pipeline_tag: table-question-answering
 
 
6
  ---
 
7
  <p align="center" width="100%">
8
  <img src="assets/logo.png" alt="DeepAnalyze" style="width: 60%; min-width: 300px; display: block; margin: auto;">
9
  </p>
10
 
11
  # DeepAnalyze: Agentic Large Language Models for Autonomous Data Science
12
  [![arXiv](https://img.shields.io/badge/arXiv-2510.16872-b31b1b.svg?logo=arXiv)](https://arxiv.org/abs/2510.16872)
 
13
  [![code](https://img.shields.io/badge/GitHub-DeepAnalyze-black.svg?logo=github)](https://github.com/ruc-datalab/DeepAnalyze)
14
  [![homepage](https://img.shields.io/badge/%F0%9F%8C%90%20Homepage%20-DeepAnalyze%20Cases-blue.svg)](https://ruc-deepanalyze.github.io/)
15
  [![model](https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface%20-DeepAnalyze--8B-orange.svg)](https://huggingface.co/RUC-DataLab/DeepAnalyze-8B)
@@ -28,4 +31,4 @@ pipeline_tag: table-question-answering
28
  <img src="./assets/deepanalyze.jpg" alt="deepanalyze" style="width: 70%; min-width: 300px; display: block; margin: auto;">
29
  </p>
30
 
31
- More information refer to [DeepAnalyze's Repo](https://github.com/ruc-datalab/DeepAnalyze)
 
1
  ---
 
2
  datasets:
3
  - RUC-DataLab/DataScience-Instruct-500K
4
+ license: mit
5
+ pipeline_tag: text-generation
6
+ library_name: transformers
7
  ---
8
+
9
  <p align="center" width="100%">
10
  <img src="assets/logo.png" alt="DeepAnalyze" style="width: 60%; min-width: 300px; display: block; margin: auto;">
11
  </p>
12
 
13
  # DeepAnalyze: Agentic Large Language Models for Autonomous Data Science
14
  [![arXiv](https://img.shields.io/badge/arXiv-2510.16872-b31b1b.svg?logo=arXiv)](https://arxiv.org/abs/2510.16872)
15
+ [![Paper](https://img.shields.io/badge/Paper-DeepAnalyze-red.svg?logo=huggingface)](https://huggingface.co/papers/2510.16872)
16
  [![code](https://img.shields.io/badge/GitHub-DeepAnalyze-black.svg?logo=github)](https://github.com/ruc-datalab/DeepAnalyze)
17
  [![homepage](https://img.shields.io/badge/%F0%9F%8C%90%20Homepage%20-DeepAnalyze%20Cases-blue.svg)](https://ruc-deepanalyze.github.io/)
18
  [![model](https://img.shields.io/badge/%F0%9F%A4%97%20Huggingface%20-DeepAnalyze--8B-orange.svg)](https://huggingface.co/RUC-DataLab/DeepAnalyze-8B)
 
31
  <img src="./assets/deepanalyze.jpg" alt="deepanalyze" style="width: 70%; min-width: 300px; display: block; margin: auto;">
32
  </p>
33
 
34
+ More information refer to [DeepAnalyze's Repo](https://github.com/ruc-datalab/DeepAnalyze)