Librarian Bot: Add base_model information to model

#3
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ---
2
- library_name: peft
3
  license: apache-2.0
 
4
  metrics:
5
  - accuracy
6
  pipeline_tag: text-generation
 
7
  ---
8
  effi 7b is a 7 billion parameter model built by AI Planet. Inspired by llama, we've built fine-tuned version of llama7b with qlora. The training procedure and framework versions are provided below along with model weighths.
9
 
 
1
  ---
 
2
  license: apache-2.0
3
+ library_name: peft
4
  metrics:
5
  - accuracy
6
  pipeline_tag: text-generation
7
+ base_model: huggyllama/llama-7b
8
  ---
9
  effi 7b is a 7 billion parameter model built by AI Planet. Inspired by llama, we've built fine-tuned version of llama7b with qlora. The training procedure and framework versions are provided below along with model weighths.
10