Update README.md
Browse files
README.md
CHANGED
@@ -34,8 +34,8 @@ It is particularly useful for:
|
|
34 |
|
35 |
The model predicts one of two labels:
|
36 |
|
37 |
-
- `LABEL_0`:
|
38 |
-
- `LABEL_1`:
|
39 |
|
40 |
It works best on short to medium-length code snippets in supported programming languages and is intended for use with the 🤗 Transformers library.
|
41 |
|
|
|
34 |
|
35 |
The model predicts one of two labels:
|
36 |
|
37 |
+
- `LABEL_0`: Slow code (potential performance issues detected)
|
38 |
+
- `LABEL_1`: Fast code (no major performance concerns)
|
39 |
|
40 |
It works best on short to medium-length code snippets in supported programming languages and is intended for use with the 🤗 Transformers library.
|
41 |
|