Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
DistilBERT Question Detector Model
|
2 |
# DistilBERT 占卜问题检测模型
|
3 |
|
@@ -89,6 +102,4 @@ predicted_class: 1 代表输入文本不符合条件
|
|
89 |
"probabilities": [[0.9266, 0.0734]],
|
90 |
"predicted_class": 0
|
91 |
}
|
92 |
-
```
|
93 |
-
|
94 |
-
|
|
|
1 |
+
---
|
2 |
+
license: afl-3.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
base_model:
|
8 |
+
- distilbert/distilbert-base-uncased
|
9 |
+
pipeline_tag: text-classification
|
10 |
+
tags:
|
11 |
+
- tarot
|
12 |
+
- question-detector
|
13 |
+
---
|
14 |
DistilBERT Question Detector Model
|
15 |
# DistilBERT 占卜问题检测模型
|
16 |
|
|
|
102 |
"probabilities": [[0.9266, 0.0734]],
|
103 |
"predicted_class": 0
|
104 |
}
|
105 |
+
```
|
|
|
|