isspek librarian-bot commited on
Commit
645f4c7
1 Parent(s): d4a8a43

Librarian Bot: Add base_model information to model (#1)

Browse files

- Librarian Bot: Add base_model information to model (ba67b4c4c8196f35ebfe3b1cff9398b76e7326e1)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +6 -5
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