Francisco Castillo commited on
Commit
00fc2f8
1 Parent(s): 6bb4754
fashion_mnist_label_drift.py CHANGED
@@ -105,6 +105,7 @@ class FashionMNISTLabelDrift(datasets.GeneratorBasedBuilder):
105
  "Ankle-boot",
106
  ]
107
  ),
 
108
  }
109
  )
110
 
@@ -162,9 +163,11 @@ class FashionMNISTLabelDrift(datasets.GeneratorBasedBuilder):
162
  prediction_ts=data['prediction_ts']
163
  images=data['image']
164
  labels=data['label']
 
165
  for idx, _ in enumerate(images):
166
  yield idx, {
167
  "prediction_ts":prediction_ts[idx],
168
- "label":int(labels[idx]),
169
  "image":images[idx]
 
 
170
  }
 
105
  "Ankle-boot",
106
  ]
107
  ),
108
+ "url": datasets.Value("string"),
109
  }
110
  )
111
 
 
163
  prediction_ts=data['prediction_ts']
164
  images=data['image']
165
  labels=data['label']
166
+ urls=data['url']
167
  for idx, _ in enumerate(images):
168
  yield idx, {
169
  "prediction_ts":prediction_ts[idx],
 
170
  "image":images[idx]
171
+ "label":int(labels[idx]),
172
+ "url":urls[idx]
173
  }
production.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:97a40b7aee19275be6188b896f68ca75e12627934bc48b651d6f0ad898726a7b
3
- size 2957069
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ae2627ed906054888885468d970b84db251e243e31d65703b4accf1a329b3c0
3
+ size 23247999
training.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8179151e83a378ae62647f671e824eedfefb85d5bfe8279c05518e3f3e1594eb
3
- size 953603
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d29cf31fbd1a699d5b1f02c9167dab1c0b02d136a25a4525b0706535042d22fa
3
+ size 4006796
validation.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:896483936bfc66eb491a7be6698d73c1e636c36249747087785523c3815259f2
3
- size 241989
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a117bfa491ac089ca218696626baac6f8ccdb3c013156859d457cfaa863ac19
3
+ size 1004630