mlynatom librarian-bot commited on
Commit
11bec6e
1 Parent(s): 56de430

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

Browse files

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


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

Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,16 +1,17 @@
1
  ---
2
- library_name: peft
 
3
  license: cc-by-sa-4.0
 
4
  datasets:
5
  - ctu-aic/csfever_v2
6
- language:
7
- - cs
8
  metrics:
9
  - accuracy
10
  - f1
11
  - recall
12
  - precision
13
  pipeline_tag: text-classification
 
14
  ---
15
  # Model card for lora-xlm-roberta-large-squad2-csfever_v2-f1
16
 
 
1
  ---
2
+ language:
3
+ - cs
4
  license: cc-by-sa-4.0
5
+ library_name: peft
6
  datasets:
7
  - ctu-aic/csfever_v2
 
 
8
  metrics:
9
  - accuracy
10
  - f1
11
  - recall
12
  - precision
13
  pipeline_tag: text-classification
14
+ base_model: deepset/xlm-roberta-large-squad2
15
  ---
16
  # Model card for lora-xlm-roberta-large-squad2-csfever_v2-f1
17