Safetensors
qwen2

Improve model card: Add metadata (pipeline tag, library name, license, tags) and paper link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +23 -10
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  <div align="center">
2
 
3
  # 🌟 InnoSpark 🌟
@@ -18,6 +28,8 @@
18
 
19
  ---
20
 
 
 
21
  ## 📖 Project Introduction
22
 
23
  **InnoSpark** is an advanced educational large language model independently developed by Shanghai Innovation Institute and East China Normal University. It aims to explore the deep application of artificial intelligence technology in the field of education. Based on the domestic Qwen large language model with secondary pre-training, combined with subdomain fine-tuning and reinforcement learning for educational scenarios, we have launched InnoSpark-1.0.
@@ -113,7 +125,8 @@ def Innospark_stream(inputs,history):
113
 
114
  for chunk in response.iter_lines(chunk_size=1,
115
  decode_unicode=False,
116
- delimiter=b"\n"):
 
117
  if chunk:
118
  string_data = chunk.decode("utf-8")
119
  try:
@@ -173,10 +186,10 @@ If you find our work useful, please cite our papers:
173
  @misc{song2025cultivatinghelpfulpersonalizedcreative,
174
  title={Cultivating Helpful, Personalized, and Creative AI Tutors: A Framework for Pedagogical Alignment using Reinforcement Learning},
175
  author={Siyu Song and Wentao Liu and Ye Lu and Ruohua Zhang and Tao Liu and Jinze Lv and Xinyun Wang and Aimin Zhou and Fei Tan and Bo Jiang and Hao Hao},
176
- year={2025},
177
- eprint={2507.20335},
178
- archivePrefix={arXiv},
179
- primaryClass={cs.LG},
180
  url={https://arxiv.org/abs/2507.20335},
181
  }
182
  ```
@@ -185,10 +198,10 @@ If you find our work useful, please cite our papers:
185
  @misc{wei2025elmesautomatedframeworkevaluating,
186
  title={ELMES: An Automated Framework for Evaluating Large Language Models in Educational Scenarios},
187
  author={Shou'ang Wei and Xinyun Wang and Shuzhen Bi and Jian Chen and Ruijia Li and Bo Jiang and Xin Lin and Min Zhang and Yu Song and BingDong Li and Aimin Zhou and Hao Hao},
188
- year={2025},
189
- eprint={2507.22947},
190
- archivePrefix={arXiv},
191
- primaryClass={cs.CY},
192
  url={https://arxiv.org/abs/2507.22947},
193
  }
194
  ```
@@ -247,4 +260,4 @@ Please refer to the relevant model pages for specific license information.
247
 
248
  <sub>🚀 Empowering Education with AI</sub>
249
 
250
- </div>
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ library_name: transformers
4
+ license: other
5
+ tags:
6
+ - qwen
7
+ - qwen2
8
+ - educational-llm
9
+ ---
10
+
11
  <div align="center">
12
 
13
  # 🌟 InnoSpark 🌟
 
28
 
29
  ---
30
 
31
+ This model is associated with the paper [ELMES: An Automated Framework for Evaluating Large Language Models in Educational Scenarios](https://huggingface.co/papers/2507.22947).
32
+
33
  ## 📖 Project Introduction
34
 
35
  **InnoSpark** is an advanced educational large language model independently developed by Shanghai Innovation Institute and East China Normal University. It aims to explore the deep application of artificial intelligence technology in the field of education. Based on the domestic Qwen large language model with secondary pre-training, combined with subdomain fine-tuning and reinforcement learning for educational scenarios, we have launched InnoSpark-1.0.
 
125
 
126
  for chunk in response.iter_lines(chunk_size=1,
127
  decode_unicode=False,
128
+ delimiter=b"
129
+ "):
130
  if chunk:
131
  string_data = chunk.decode("utf-8")
132
  try:
 
186
  @misc{song2025cultivatinghelpfulpersonalizedcreative,
187
  title={Cultivating Helpful, Personalized, and Creative AI Tutors: A Framework for Pedagogical Alignment using Reinforcement Learning},
188
  author={Siyu Song and Wentao Liu and Ye Lu and Ruohua Zhang and Tao Liu and Jinze Lv and Xinyun Wang and Aimin Zhou and Fei Tan and Bo Jiang and Hao Hao},
189
+ year={2025},\
190
+ eprint={2507.20335},\
191
+ archivePrefix={arXiv},\
192
+ primaryClass={cs.LG},\
193
  url={https://arxiv.org/abs/2507.20335},
194
  }
195
  ```
 
198
  @misc{wei2025elmesautomatedframeworkevaluating,
199
  title={ELMES: An Automated Framework for Evaluating Large Language Models in Educational Scenarios},
200
  author={Shou'ang Wei and Xinyun Wang and Shuzhen Bi and Jian Chen and Ruijia Li and Bo Jiang and Xin Lin and Min Zhang and Yu Song and BingDong Li and Aimin Zhou and Hao Hao},
201
+ year={2025},\
202
+ eprint={2507.22947},\
203
+ archivePrefix={arXiv},\
204
+ primaryClass={cs.CY},\
205
  url={https://arxiv.org/abs/2507.22947},
206
  }
207
  ```
 
260
 
261
  <sub>🚀 Empowering Education with AI</sub>
262
 
263
+ </div>