Commit ·
e497136
1
Parent(s): a942764
Librarian Bot: Add base_model information to model (#3)
Browse files- Librarian Bot: Add base_model information to model (0df13881ca791629cdf122d5a256cf91d0e6eac6)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- generated_from_trainer
|
| 4 |
metrics:
|
| 5 |
- accuracy
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: da_sent_xlm
|
| 8 |
results: []
|
| 9 |
-
language:
|
| 10 |
-
- da
|
| 11 |
---
|
| 12 |
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- da
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
metrics:
|
| 7 |
- accuracy
|
| 8 |
+
base_model: cardiffnlp/twitter-xlm-roberta-base-sentiment
|
| 9 |
model-index:
|
| 10 |
- name: da_sent_xlm
|
| 11 |
results: []
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|