Spaces:
Running
Running
Administrator
commited on
Commit
·
04351ab
1
Parent(s):
86c943a
System update meta information
Browse files
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
# 详细文档见https://modelscope.cn/docs/%E5%88%9B%E7%A9%BA%E9%97%B4%E5%8D%A1%E7%89%87
|
| 3 |
+
domain: #领域:cv/nlp/audio/multi-modal/AutoML
|
| 4 |
+
# - cv
|
| 5 |
+
tags: #自定义标签
|
| 6 |
+
-
|
| 7 |
+
datasets: #关联数据集
|
| 8 |
+
evaluation:
|
| 9 |
+
#- iic/ICDAR13_HCTR_Dataset
|
| 10 |
+
test:
|
| 11 |
+
#- iic/MTWI
|
| 12 |
+
train:
|
| 13 |
+
#- iic/SIBR
|
| 14 |
+
models: #关联模型
|
| 15 |
+
#- iic/ofa_ocr-recognition_general_base_zh
|
| 16 |
+
|
| 17 |
+
## 启动文件(若SDK为Gradio/Streamlit,默认为app.py, 若为Static HTML, 默认为index.html)
|
| 18 |
+
# deployspec:
|
| 19 |
+
# entry_file: app.py
|
| 20 |
+
license: Apache License 2.0
|
| 21 |
+
---
|
| 22 |
+
#### Clone with HTTP
|
| 23 |
+
```bash
|
| 24 |
+
git clone https://www.modelscope.cn/studios/MiniMax/MiniMax-M1.git
|
| 25 |
+
```
|