Text Generation
PEFT
Ukrainian

Librarian Bot: Add base_model information to model

#1
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,11 +1,12 @@
1
  ---
2
- license: apache-2.0
3
- datasets:
4
- - robinhad/databricks-dolly-15k-uk
5
  language:
6
  - uk
 
7
  library_name: peft
 
 
8
  pipeline_tag: text-generation
 
9
  ---
10
 
11
 
 
1
  ---
 
 
 
2
  language:
3
  - uk
4
+ license: apache-2.0
5
  library_name: peft
6
+ datasets:
7
+ - robinhad/databricks-dolly-15k-uk
8
  pipeline_tag: text-generation
9
+ base_model: openlm-research/open_llama_3b_v2
10
  ---
11
 
12