saridormi commited on
Commit
eb2873d
·
verified ·
1 Parent(s): c9eb547

Fix wording in the schema

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ Each example has the following fields:
48
  | `original_label` | Commit message label as it was in the original dataset (`Why and What`/`No Why`/`No What`). |
49
  | `is_good` | Whether the commit message serves as a good example of *high quality* (boolean). |
50
  | `is_bad` | Whether the commit message serves as a good example of *low quality* (boolean). |
51
- | `binary_label` | Commit message label: `1` for *high quality* messages, `0` for *low quality* messages, `null` for messages not for classifier training. |
52
 
53
  Data point example:
54
 
 
48
  | `original_label` | Commit message label as it was in the original dataset (`Why and What`/`No Why`/`No What`). |
49
  | `is_good` | Whether the commit message serves as a good example of *high quality* (boolean). |
50
  | `is_bad` | Whether the commit message serves as a good example of *low quality* (boolean). |
51
+ | `binary_label` | Commit message label: `1` for *high quality* messages, `0` for *low quality* messages, `null` for messages not recommended to consider for classifier training. |
52
 
53
  Data point example:
54