Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🧱 Dockerfile Quality Classifier – Multilabel Model
|
| 2 |
|
| 3 |
This model predicts **which rules are violated** in a given Dockerfile. It is a multilabel classifier trained to detect violations of the top 30 most frequent rules from Hadolint.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: "code"
|
| 3 |
+
license: "mit"
|
| 4 |
+
tags:
|
| 5 |
+
- dockerfile
|
| 6 |
+
- hadolint
|
| 7 |
+
- multilabel-classification
|
| 8 |
+
- codebert
|
| 9 |
+
model-index:
|
| 10 |
+
- name: Multilabel Dockerfile Classifier
|
| 11 |
+
results: []
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
|
| 15 |
# 🧱 Dockerfile Quality Classifier – Multilabel Model
|
| 16 |
|
| 17 |
This model predicts **which rules are violated** in a given Dockerfile. It is a multilabel classifier trained to detect violations of the top 30 most frequent rules from Hadolint.
|