Siddharth-Yadav
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -13,17 +13,17 @@ tags: []
|
|
13 |
|
14 |
### Model Description
|
15 |
|
16 |
-
|
17 |
|
18 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
|
20 |
-
- **Developed by:**
|
21 |
- **Funded by [optional]:** [More Information Needed]
|
22 |
- **Shared by [optional]:** [More Information Needed]
|
23 |
-
- **Model type:**
|
24 |
- **Language(s) (NLP):** [More Information Needed]
|
25 |
- **License:** [More Information Needed]
|
26 |
-
- **Finetuned from model [optional]:**
|
27 |
|
28 |
### Model Sources [optional]
|
29 |
|
@@ -35,7 +35,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
35 |
|
36 |
## Uses
|
37 |
|
38 |
-
|
39 |
|
40 |
### Direct Use
|
41 |
|
@@ -77,14 +77,12 @@ Use the code below to get started with the model.
|
|
77 |
|
78 |
### Training Data
|
79 |
|
80 |
-
|
81 |
-
|
82 |
[More Information Needed]
|
83 |
|
84 |
### Training Procedure
|
85 |
|
86 |
-
|
87 |
-
|
88 |
#### Preprocessing [optional]
|
89 |
|
90 |
[More Information Needed]
|
|
|
13 |
|
14 |
### Model Description
|
15 |
|
16 |
+
This model is used to generated correct verison of a buggy program along with the bug location as input
|
17 |
|
18 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
|
20 |
+
- **Developed by:** Siddharth Yadav
|
21 |
- **Funded by [optional]:** [More Information Needed]
|
22 |
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** Code- Instruct
|
24 |
- **Language(s) (NLP):** [More Information Needed]
|
25 |
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** Llama-Instruct 3B
|
27 |
|
28 |
### Model Sources [optional]
|
29 |
|
|
|
35 |
|
36 |
## Uses
|
37 |
|
38 |
+
|
39 |
|
40 |
### Direct Use
|
41 |
|
|
|
77 |
|
78 |
### Training Data
|
79 |
|
80 |
+
It is trained on 325 code snippets database built from quixBugs python progrmas dataset.
|
|
|
81 |
[More Information Needed]
|
82 |
|
83 |
### Training Procedure
|
84 |
|
85 |
+
It is trained using QLora technique
|
|
|
86 |
#### Preprocessing [optional]
|
87 |
|
88 |
[More Information Needed]
|