LavishKK commited on
Commit
e50960c
·
verified ·
1 Parent(s): b9ae652

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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`: Fast code (no major performance concerns)
38
- - `LABEL_1`: Slow code (potential performance issues detected)
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