Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
- recall
|
9 |
- f1
|
|
|
10 |
model-index:
|
11 |
- name: lora-roberta-large-no-ed
|
12 |
results: []
|
13 |
-
library_name: peft
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
library_name: peft
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
- recall
|
9 |
- f1
|
10 |
+
base_model: roberta-large
|
11 |
model-index:
|
12 |
- name: lora-roberta-large-no-ed
|
13 |
results: []
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|