mweiss commited on
Commit
17623eb
1 Parent(s): 23922fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ Same as mnist, the supervised dataset has an `image` (28x28 int array) and a `la
24
 
25
  Additionally, the following features are exposed for your convenience:
26
 
27
- - `text_label` (str): A textual representation of the probabilistic label, e.g. `p(Pullover)=0.54, p(Shirt)=0.46`
28
  - `p_label` (list of floats): Ground-Truth probabilities for each class (two nonzero values for our ambiguous images)
29
  - `is_ambiguous` (bool): Flag indicating if this is one of our ambiguous images (see 'splits' below)
30
 
 
24
 
25
  Additionally, the following features are exposed for your convenience:
26
 
27
+ - `text_label` (str): A textual representation of the probabilistic label, e.g. `p(0)=0.54, p(5)=0.46`
28
  - `p_label` (list of floats): Ground-Truth probabilities for each class (two nonzero values for our ambiguous images)
29
  - `is_ambiguous` (bool): Flag indicating if this is one of our ambiguous images (see 'splits' below)
30