Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
tags:
|
6 |
+
- extractive-qa
|
7 |
+
- bert
|
8 |
+
- chinese
|
9 |
+
- two-stage-qa
|
10 |
+
pipeline_tag: question-answering
|
11 |
+
---
|
12 |
+
|
13 |
+
## 模型描述
|
14 |
+
|
15 |
+
* **模型類型**: bert-base-chinese
|
16 |
+
* **語言**: 中文
|
17 |
+
* **訓練數據**: https://github.com/YuTsyh/Chinese-Extractive-Question-Answering-QA-/tree/main/data
|
18 |
+
* **相關項目/GitHub**: https://github.com/YuTsyh/Chinese-Extractive-Question-Answering-QA-.git
|
19 |
+
* **相關模型**:
|
20 |
+
* TheWeeeed/chinese-paragraph-selector
|
21 |
+
* TheWeeeed/chinese-extractive-qa
|