Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
---
|
2 |
-
library_name: peft
|
3 |
-
license: apache-2.0
|
4 |
language:
|
5 |
- en
|
|
|
|
|
6 |
datasets:
|
7 |
- Abirate/english_quotes
|
8 |
pipeline_tag: text-generation
|
|
|
9 |
---
|
10 |
|
11 |
# Quantization 4Bits - 5.02 GB GPU memory usage for inference:
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: peft
|
6 |
datasets:
|
7 |
- Abirate/english_quotes
|
8 |
pipeline_tag: text-generation
|
9 |
+
base_model: meta-llama/Llama-2-7b-chat-hf
|
10 |
---
|
11 |
|
12 |
# Quantization 4Bits - 5.02 GB GPU memory usage for inference:
|