Commit
•
64c6c15
1
Parent(s):
331d884
Librarian Bot: Add base_model information to model (#3)
Browse files- Librarian Bot: Add base_model information to model (bf0fbac3091bbee4a0689dbba88134874c3621a4)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,16 +1,17 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
-
model-index:
|
6 |
-
- name: xlm-roberta-base-finetuned-wikitext2
|
7 |
-
results: []
|
8 |
-
language:
|
9 |
-
- en
|
10 |
metrics:
|
11 |
- accuracy
|
12 |
- code_eval
|
13 |
pipeline_tag: fill-mask
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- 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 |
metrics:
|
8 |
- accuracy
|
9 |
- code_eval
|
10 |
pipeline_tag: fill-mask
|
11 |
+
base_model: xlm-roberta-base
|
12 |
+
model-index:
|
13 |
+
- name: xlm-roberta-base-finetuned-wikitext2
|
14 |
+
results: []
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|