Commit
•
7d2b715
1
Parent(s):
42fa1bc
Librarian Bot: Add base_model information to model (#3)
Browse files- Librarian Bot: Add base_model information to model (3aec67b4d398fc12a40189b96d17d7f00dfc241d)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
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 |
|