Librarian Bot: Add base_model information to model

#1
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,17 +1,18 @@
1
  ---
2
- library_name: peft
3
- license: mit
4
- datasets:
5
- - vishnun/NLP-KnowledgeGraph
6
  language:
7
  - en
8
- metrics:
9
- - accuracy
10
- pipeline_tag: token-classification
11
  tags:
12
  - nlp
13
  - deep learning
14
  - code
 
 
 
 
 
 
15
  ---
16
  ## Training procedure
17
 
 
1
  ---
 
 
 
 
2
  language:
3
  - en
4
+ license: mit
5
+ library_name: peft
 
6
  tags:
7
  - nlp
8
  - deep learning
9
  - code
10
+ datasets:
11
+ - vishnun/NLP-KnowledgeGraph
12
+ metrics:
13
+ - accuracy
14
+ pipeline_tag: token-classification
15
+ base_model: roberta-large
16
  ---
17
  ## Training procedure
18