Commit
•
c0685c7
1
Parent(s):
ce4b64d
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (d60ae2d4944d6040147e6285a0f4386b3ddb76d9)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
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
|