Librarian Bot: Add base_model information to model

#1
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,8 +1,9 @@
1
  ---
2
- library_name: peft
3
  license: apache-2.0
 
4
  tags:
5
  - code
 
6
  ---
7
 
8
  This is an exmaple of character substitution watermarking in a language model. All "." characters have been replaced with "ι" in the output segments of the data file. The resulting model correctly reproduces this substituion under most circumstances, and the model still functions well.
 
1
  ---
 
2
  license: apache-2.0
3
+ library_name: peft
4
  tags:
5
  - code
6
+ base_model: openlm-research/open_llama_3b
7
  ---
8
 
9
  This is an exmaple of character substitution watermarking in a language model. All "." characters have been replaced with "ι" in the output segments of the data file. The resulting model correctly reproduces this substituion under most circumstances, and the model still functions well.