Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🧱 Dockerfile Quality Classifier – Binary Model
|
| 2 |
|
| 3 |
This model predicts whether a given Dockerfile is:
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: "code"
|
| 3 |
+
license: "mit"
|
| 4 |
+
tags:
|
| 5 |
+
- dockerfile
|
| 6 |
+
- hadolint
|
| 7 |
+
- binary-classification
|
| 8 |
+
- codebert
|
| 9 |
+
model-index:
|
| 10 |
+
- name: Binary Dockerfile Classifier
|
| 11 |
+
results: []
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
|
| 15 |
# 🧱 Dockerfile Quality Classifier – Binary Model
|
| 16 |
|
| 17 |
This model predicts whether a given Dockerfile is:
|