Commit
•
75bb6c6
1
Parent(s):
fda753b
Librarian Bot: Add base_model information to model (#3)
Browse files- Librarian Bot: Add base_model information to model (682dc5dc8ecad10bbddb3edb4e641a364684ca82)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
---
|
|
|
|
|
2 |
library_name: peft
|
3 |
datasets:
|
4 |
- atasoglu/databricks-dolly-15k-tr
|
5 |
-
language:
|
6 |
-
- tr
|
7 |
pipeline_tag: text-generation
|
|
|
8 |
---
|
9 |
## Training procedure
|
10 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- tr
|
4 |
library_name: peft
|
5 |
datasets:
|
6 |
- atasoglu/databricks-dolly-15k-tr
|
|
|
|
|
7 |
pipeline_tag: text-generation
|
8 |
+
base_model: meta-llama/Llama-2-7b-hf
|
9 |
---
|
10 |
## Training procedure
|
11 |
|