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