Jay-Rajput commited on
Commit
0bebc4c
·
1 Parent(s): c2f173a

adding latest outcome

Browse files
README.md CHANGED
@@ -1,25 +1,7 @@
1
  ---
2
  configs:
3
- - config_name: default
4
- data_files:
5
- - split: train
6
- path: data/train-*
7
  - config_name: outcomes
8
- data_files: match_outcomes.json
9
- dataset_info:
10
- features:
11
- - name: match_id
12
- dtype: string
13
- - name: man_of_the_match
14
- dtype: string
15
- - name: winning_team
16
- dtype: string
17
- splits:
18
- - name: train
19
- num_bytes: 719
20
- num_examples: 19
21
- download_size: 2242
22
- dataset_size: 719
23
  ---
24
 
25
  ---
 
1
  ---
2
  configs:
 
 
 
 
3
  - config_name: outcomes
4
+ data_files: outcomes/*.json
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
  ---
data/train-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:264507f66adf71998cab3b1aedc86cbc463f4511a7aaba042be93ff2ba5f92c6
3
- size 2242
 
 
 
 
match_outcomes.json → outcomes/match_outcomes.json RENAMED
@@ -93,5 +93,10 @@
93
  "match_id": "20240406_19",
94
  "winning_team": "RR",
95
  "man_of_the_match": "Jos Buttler"
 
 
 
 
 
96
  }
97
  ]
 
93
  "match_id": "20240406_19",
94
  "winning_team": "RR",
95
  "man_of_the_match": "Jos Buttler"
96
+ },
97
+ {
98
+ "match_id": "20240407_20",
99
+ "winning_team": "MI",
100
+ "man_of_the_match": "Romario Shepherd"
101
  }
102
  ]