Commit
•
827ba9b
1
Parent(s):
aecde2e
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (b378f2fa6304dd8286eb3c332740479d4150cff4)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
- crypto
|
5 |
- sentiment
|
6 |
- analysis
|
|
|
|
|
7 |
model-index:
|
8 |
- name: CryptoBERT
|
9 |
results: []
|
10 |
-
language:
|
11 |
-
- en
|
12 |
-
pipeline_tag: text-classification
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
- crypto
|
7 |
- sentiment
|
8 |
- analysis
|
9 |
+
pipeline_tag: text-classification
|
10 |
+
base_model: ProsusAI/finbert
|
11 |
model-index:
|
12 |
- name: CryptoBERT
|
13 |
results: []
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|