Update README.md
Browse files
README.md
CHANGED
@@ -2,36 +2,37 @@
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- lambdasec/cve-single-line-fixes
|
|
|
5 |
language:
|
6 |
- code
|
7 |
tags:
|
8 |
- code
|
9 |
programming_language:
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
inference: false
|
14 |
model-index:
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
---
|
36 |
|
37 |
# Model Card for Model ID
|
@@ -48,9 +49,9 @@ This is a LLM for code that is focussed on generating bug fixes using infilling.
|
|
48 |
|
49 |
|
50 |
|
51 |
-
- **Developed by:**
|
52 |
- **Model type:** GPT-2 model with multi-query attention and Fill-in-the-Middle objective
|
53 |
-
- **Finetuned from model:** bigcode/santacoder
|
54 |
|
55 |
### Model Sources [optional]
|
56 |
|
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- lambdasec/cve-single-line-fixes
|
5 |
+
- lambdasec/gh-top-1000-projects-vulns
|
6 |
language:
|
7 |
- code
|
8 |
tags:
|
9 |
- code
|
10 |
programming_language:
|
11 |
+
- Java
|
12 |
+
- JavaScript
|
13 |
+
- Python
|
14 |
inference: false
|
15 |
model-index:
|
16 |
+
- name: SantaFixer
|
17 |
+
results:
|
18 |
+
- task:
|
19 |
+
type: text-generation
|
20 |
+
dataset:
|
21 |
+
type: lambdasec/gh-top-1000-projects-vulns
|
22 |
+
name: GH Top 1000 Projects Vulnerabilities
|
23 |
+
metrics:
|
24 |
+
- name: pass@10 (Java)
|
25 |
+
type: pass@10
|
26 |
+
value: 0.1
|
27 |
+
verified: false
|
28 |
+
- name: pass@10 (Python)
|
29 |
+
type: pass@10
|
30 |
+
value: 0.2
|
31 |
+
verified: false
|
32 |
+
- name: pass@10 (JavaScript)
|
33 |
+
type: pass@10
|
34 |
+
value: 0.3
|
35 |
+
verified: false
|
36 |
---
|
37 |
|
38 |
# Model Card for Model ID
|
|
|
49 |
|
50 |
|
51 |
|
52 |
+
- **Developed by:** [codelion](https://huggingface.co/codelion)
|
53 |
- **Model type:** GPT-2 model with multi-query attention and Fill-in-the-Middle objective
|
54 |
+
- **Finetuned from model:** [bigcode/santacoder](https://huggingface.co/bigcode/santacoder)
|
55 |
|
56 |
### Model Sources [optional]
|
57 |
|