Safetensors
qwen2
innospark commited on
Commit
b940f40
·
verified ·
1 Parent(s): a239355

Upload 6 files

Browse files
Files changed (7) hide show
  1. .gitattributes +4 -0
  2. README.md +12 -3
  3. README_zh.md +11 -2
  4. table/table1.png +3 -0
  5. table/table2.png +3 -0
  6. table/table3.png +3 -0
  7. table/table4.png +3 -0
.gitattributes CHANGED
@@ -38,3 +38,7 @@ demo/demo1.png filter=lfs diff=lfs merge=lfs -text
38
  demo/demo3.png filter=lfs diff=lfs merge=lfs -text
39
  demo/demo4.png filter=lfs diff=lfs merge=lfs -text
40
  demo/demo2.png filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
38
  demo/demo3.png filter=lfs diff=lfs merge=lfs -text
39
  demo/demo4.png filter=lfs diff=lfs merge=lfs -text
40
  demo/demo2.png filter=lfs diff=lfs merge=lfs -text
41
+ table/table1.png filter=lfs diff=lfs merge=lfs -text
42
+ table/table2.png filter=lfs diff=lfs merge=lfs -text
43
+ table/table3.png filter=lfs diff=lfs merge=lfs -text
44
+ table/table4.png filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -144,7 +144,7 @@ for response_text in Innospark_stream(inputs,history):
144
  <div align="left">
145
 
146
  **1. 📚 InnoSpark Model Series**
147
- - 6 models with different parameter scales: min(0.5B), turbo(7B), plus(72B) and their corresponding inference model R versions
148
 
149
  **2. 🔍 ELMES Evaluation System**
150
  - Education Language Model Evaluation System
@@ -176,6 +176,15 @@ We achieved optimal performance in 4 key educational scenarios:
176
  | 📚 Interdisciplinary Lesson Plans | ![Interdisciplinary Lesson Plans](score/demo3.png) |
177
  | 🎭 Contextual Question Generation | ![Contextual Question Generation](score/demo4.png) |
178
 
 
 
 
 
 
 
 
 
 
179
  ### 🎨 Application Examples
180
 
181
  | Scenario | Demo |
@@ -187,7 +196,7 @@ We achieved optimal performance in 4 key educational scenarios:
187
 
188
  ## 🏛️ Technical Support
189
 
190
- This project is jointly developed by the School of Intelligence Education at East China Normal University and Shanghai Innovation Institute. The reward model was trained using the Verl-Sii training framework provided by Shanghai Innovation Institute.
191
 
192
  ## 📄 License
193
 
@@ -199,7 +208,7 @@ Please refer to the relevant model pages for specific license information.
199
 
200
  ## 🤝 Contact & Collaboration
201
 
202
- **East China Normal University - School of Intelligence Education**
203
 
204
  [![Website](https://img.shields.io/badge/🌐-Visit%20Our%20Website-brightgreen)](https://innospark.aiecnu.cn/innospark/)
205
  [![Email](https://img.shields.io/badge/📧-Contact%20Us-red)](mailto:[email protected])
 
144
  <div align="left">
145
 
146
  **1. 📚 InnoSpark Model Series**
147
+ - 4 models with different parameter scales: min(0.5B), turbo(7B), plus(72B) and their corresponding inference model R versions
148
 
149
  **2. 🔍 ELMES Evaluation System**
150
  - Education Language Model Evaluation System
 
176
  | 📚 Interdisciplinary Lesson Plans | ![Interdisciplinary Lesson Plans](score/demo3.png) |
177
  | 🎭 Contextual Question Generation | ![Contextual Question Generation](score/demo4.png) |
178
 
179
+ ### 📊 Detailed Evaluation Tables
180
+
181
+ | Scenario | Evaluation Table |
182
+ |----------|------------------|
183
+ | 📝 Knowledge Explanation | ![Knowledge Explanation Table](table/table1.png) |
184
+ | 🧭 Guided Problem Solving | ![Guided Problem Solving Table](table/table2.png) |
185
+ | 📚 Interdisciplinary Lesson Plans | ![Interdisciplinary Lesson Plans Table](table/table3.png) |
186
+ | 🎭 Contextual Question Generation | ![Contextual Question Generation Table](table/table4.png) |
187
+
188
  ### 🎨 Application Examples
189
 
190
  | Scenario | Demo |
 
196
 
197
  ## 🏛️ Technical Support
198
 
199
+ This project is jointly developed by East China Normal University and Shanghai Innovation Institute. The reward model was trained using the SiiVerl training framework provided by Shanghai Innovation Institute.
200
 
201
  ## 📄 License
202
 
 
208
 
209
  ## 🤝 Contact & Collaboration
210
 
211
+ **East China Normal University**
212
 
213
  [![Website](https://img.shields.io/badge/🌐-Visit%20Our%20Website-brightgreen)](https://innospark.aiecnu.cn/innospark/)
214
  [![Email](https://img.shields.io/badge/📧-Contact%20Us-red)](mailto:[email protected])
README_zh.md CHANGED
@@ -176,6 +176,15 @@ for response_text in Innospark_stream(inputs,history):
176
  | 📚 跨学科教案 | ![跨学科教案](score/demo3.png) |
177
  | 🎭 情景化出题 | ![情景化出题](score/demo4.png) |
178
 
 
 
 
 
 
 
 
 
 
179
  ### 🎨 应用示例
180
 
181
  | 场景 | 演示 |
@@ -187,7 +196,7 @@ for response_text in Innospark_stream(inputs,history):
187
 
188
  ## 🏛️ 技术支持
189
 
190
- 本项目由华东师范大学智能教育学院和上海创智学院(Shanghai Innovation Institute)联合开发,奖励模型使用了上海创智学院提供的Verl-Sii训练框架进行训练。
191
 
192
  ## 📄 许可证
193
 
@@ -199,7 +208,7 @@ for response_text in Innospark_stream(inputs,history):
199
 
200
  ## 🤝 联系与合作
201
 
202
- **华东师范大学 - 智能教育学院**
203
 
204
  [![Website](https://img.shields.io/badge/🌐-访问官网-brightgreen)](https://innospark.aiecnu.cn/innospark/)
205
  [![Email](https://img.shields.io/badge/📧-联系我们-red)](mailto:[email protected])
 
176
  | 📚 跨学科教案 | ![跨学科教案](score/demo3.png) |
177
  | 🎭 情景化出题 | ![情景化出题](score/demo4.png) |
178
 
179
+ ### 📊 详细评估表格
180
+
181
+ | 场景 | 评估表格 |
182
+ |------|----------|
183
+ | 📝 知识点讲解 | ![知识点讲解表格](table/table1.png) |
184
+ | 🧭 引导式讲题 | ![引导式讲题表格](table/table2.png) |
185
+ | 📚 跨学科教案 | ![跨学科教案表格](table/table3.png) |
186
+ | 🎭 情景化出题 | ![情景化出题表格](table/table4.png) |
187
+
188
  ### 🎨 应用示例
189
 
190
  | 场景 | 演示 |
 
196
 
197
  ## 🏛️ 技术支持
198
 
199
+ 本项目由华东师范大学智能教育学院和上海创智学院(Shanghai Innovation Institute)联合开发,奖励模型使用了上海创智学院提供的SiiVerl训练框架进行训练。
200
 
201
  ## 📄 许可证
202
 
 
208
 
209
  ## 🤝 联系与合作
210
 
211
+ **华东师范大学**
212
 
213
  [![Website](https://img.shields.io/badge/🌐-访问官网-brightgreen)](https://innospark.aiecnu.cn/innospark/)
214
  [![Email](https://img.shields.io/badge/📧-联系我们-red)](mailto:[email protected])
table/table1.png ADDED

Git LFS Details

  • SHA256: c038d68045221d01e9e24fbf1fc37c1d53d1656754230746f4b9820f7e8245e4
  • Pointer size: 131 Bytes
  • Size of remote file: 333 kB
table/table2.png ADDED

Git LFS Details

  • SHA256: 1186cb661980ac5a5df87803b2e768c22c74a8d0c5ecfa9a4a79c167fae179f3
  • Pointer size: 131 Bytes
  • Size of remote file: 396 kB
table/table3.png ADDED

Git LFS Details

  • SHA256: f9d9dcca5650870bd9fac20788bbc4b5c12755d4fadb1851d06786a78518423a
  • Pointer size: 131 Bytes
  • Size of remote file: 350 kB
table/table4.png ADDED

Git LFS Details

  • SHA256: e330f1d49f16ae149dd177ab4834d3d44388d86c5ec6782fc4f6a8fcb69b99a8
  • Pointer size: 131 Bytes
  • Size of remote file: 279 kB