Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -2,12 +2,13 @@
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
-
model-index:
|
6 |
-
- name: deberta_squadnewsqa
|
7 |
-
results: []
|
8 |
datasets:
|
9 |
- squad_v2
|
10 |
- newsqa
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
|
|
5 |
datasets:
|
6 |
- squad_v2
|
7 |
- newsqa
|
8 |
+
base_model: microsoft/deberta-v3-base
|
9 |
+
model-index:
|
10 |
+
- name: deberta_squadnewsqa
|
11 |
+
results: []
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|