Update README.md
Browse files
README.md
CHANGED
@@ -3,8 +3,6 @@ library_name: peft
|
|
3 |
tags:
|
4 |
- text-generation
|
5 |
license: apache-2.0
|
6 |
-
metrics:
|
7 |
-
- loss
|
8 |
language:
|
9 |
- en
|
10 |
widget:
|
@@ -22,7 +20,6 @@ inference:
|
|
22 |
parameters:
|
23 |
temperature: 0.1
|
24 |
max_new_tokens: 1024
|
25 |
-
|
26 |
---
|
27 |
# QLoRA weights using Llama-2-7b for the Code Alpaca Dataset
|
28 |
|
@@ -36,6 +33,8 @@ Dataset and training parameters are borrowed from: https://github.com/sahil28011
|
|
36 |
but all of these parameters including DeepSpeed can be directly used with [Ludwig](https://ludwig.ai/latest/), the open-source
|
37 |
toolkit for LLMs that Predibase is built on.
|
38 |
|
|
|
|
|
39 |
# How To Use The Model
|
40 |
|
41 |
To use these weights:
|
|
|
3 |
tags:
|
4 |
- text-generation
|
5 |
license: apache-2.0
|
|
|
|
|
6 |
language:
|
7 |
- en
|
8 |
widget:
|
|
|
20 |
parameters:
|
21 |
temperature: 0.1
|
22 |
max_new_tokens: 1024
|
|
|
23 |
---
|
24 |
# QLoRA weights using Llama-2-7b for the Code Alpaca Dataset
|
25 |
|
|
|
33 |
but all of these parameters including DeepSpeed can be directly used with [Ludwig](https://ludwig.ai/latest/), the open-source
|
34 |
toolkit for LLMs that Predibase is built on.
|
35 |
|
36 |
+
Co-authored by: @
|
37 |
+
|
38 |
# How To Use The Model
|
39 |
|
40 |
To use these weights:
|