Commit
•
a7e8577
1
Parent(s):
bdfca93
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (478aa2fe438b905ab5b3ceb1ece1a2520b82f631)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
-
datasets:
|
4 |
-
- squad_v2
|
5 |
-
- squad
|
6 |
language:
|
7 |
- en
|
|
|
8 |
tags:
|
9 |
- bart
|
10 |
- question-answering
|
11 |
- squad
|
12 |
- squad_v2
|
|
|
|
|
|
|
|
|
13 |
model-index:
|
14 |
- name: sjrhuschlee/bart-base-squad2
|
15 |
results:
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: mit
|
5 |
tags:
|
6 |
- bart
|
7 |
- question-answering
|
8 |
- squad
|
9 |
- squad_v2
|
10 |
+
datasets:
|
11 |
+
- squad_v2
|
12 |
+
- squad
|
13 |
+
base_model: facebook/bart-base
|
14 |
model-index:
|
15 |
- name: sjrhuschlee/bart-base-squad2
|
16 |
results:
|