BiqiangWang commited on
Commit ·
46fe623
1
Parent(s): a83ec20
test update config.json
Browse files- README.md +0 -1
- config.json +1 -0
README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
license: apache-2.0
|
| 4 |
-
pipline_tag: text-classification
|
| 5 |
datasets:
|
| 6 |
- squad
|
| 7 |
metrics:
|
|
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
license: apache-2.0
|
|
|
|
| 4 |
datasets:
|
| 5 |
- squad
|
| 6 |
metrics:
|
config.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"activation": "gelu",
|
| 3 |
"architectures": [
|
|
|
|
| 4 |
"DistilBertForQuestionAnswering"
|
| 5 |
],
|
| 6 |
"attention_dropout": 0.1,
|
|
|
|
| 1 |
{
|
| 2 |
"activation": "gelu",
|
| 3 |
"architectures": [
|
| 4 |
+
"DistilBertForTokenClassification",
|
| 5 |
"DistilBertForQuestionAnswering"
|
| 6 |
],
|
| 7 |
"attention_dropout": 0.1,
|