Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
---
|
2 |
-
datasets:
|
3 |
-
- mediabiasgroup/BABE
|
4 |
language:
|
5 |
- en
|
6 |
-
metrics:
|
7 |
-
- f1
|
8 |
library_name: peft
|
9 |
-
pipeline_tag: text-classification
|
10 |
tags:
|
11 |
- roberta
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
# Model Card for Model ID
|
14 |
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
|
|
|
|
4 |
library_name: peft
|
|
|
5 |
tags:
|
6 |
- roberta
|
7 |
+
datasets:
|
8 |
+
- mediabiasgroup/BABE
|
9 |
+
metrics:
|
10 |
+
- f1
|
11 |
+
pipeline_tag: text-classification
|
12 |
+
base_model: roberta-base
|
13 |
---
|
14 |
# Model Card for Model ID
|
15 |
|