Zual commited on
Commit
2774cdf
1 Parent(s): 84a5de9

Upload dataset_stats.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_stats.json +7 -5
dataset_stats.json CHANGED
@@ -1,13 +1,15 @@
1
  {
2
- "total_samples": 1000,
3
- "train_samples": 990,
4
- "test_samples": 10,
 
5
  "test_split": 0.01,
6
- "creation_date": "2024-11-05T21:08:51.875767",
7
  "bounds": {
8
  "min_lat": 41.3,
9
  "max_lat": 51.1,
10
  "min_lon": -5.1,
11
  "max_lon": 9.5
12
- }
 
13
  }
 
1
  {
2
+ "total_successful_samples": 100000,
3
+ "total_attempts": 217112,
4
+ "train_samples": 99000,
5
+ "test_samples": 1000,
6
  "test_split": 0.01,
7
+ "creation_date": "2024-11-06T22:25:26.254135",
8
  "bounds": {
9
  "min_lat": 41.3,
10
  "max_lat": 51.1,
11
  "min_lon": -5.1,
12
  "max_lon": 9.5
13
+ },
14
+ "success_rate": 0.46059176830391685
15
  }