Tonic commited on
Commit
db6e5ad
·
verified ·
1 Parent(s): 7df4c2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -122,6 +122,12 @@ train_data = dataset['train']
122
  test_data = dataset['test']
123
  ```
124
 
 
 
 
 
 
 
125
 
126
  ## Dataset Statistics
127
 
 
122
  test_data = dataset['test']
123
  ```
124
 
125
+ ![Label Distribution Train](label_distribution_train.png)
126
+
127
+ ![Label Source Heatmap Train](label_source_heatmap_train.png)
128
+
129
+ ![Source Distribution Train](source_distribution_train.png)
130
+
131
 
132
  ## Dataset Statistics
133