Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,17 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
|
|
9 |
|
10 |
-
|
|
|
11 |
|
12 |
## Model Details
|
13 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
datasets:
|
5 |
+
- tatsu-lab/alpaca
|
6 |
---
|
7 |
|
8 |
# Model Card for Model ID
|
9 |
|
10 |
<!-- Provide a quick summary of what the model is/does. -->
|
11 |
+
Base Model - meta-llama/Llama-2-7b-hf
|
12 |
|
13 |
+
The model was finetuned on Alpaca instructions. Fine tuning was done using QLoRA
|
14 |
+
This model is part of my thesis research on Quantization and PEFT methods.
|
15 |
|
16 |
## Model Details
|
17 |
|