mauro commited on
Commit
708db1f
·
verified ·
1 Parent(s): d19bb06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -126,16 +126,14 @@ import matplotlib.pyplot as plt
126
  plt.bar(df['label'], df['score'])
127
  plt.xlabel('label')
128
  plt.ylabel('score')
129
- plt.title('Bar plot from dataframe')
130
  plt.xticks(rotation=90)
131
  plt.show()
132
  ```
133
 
134
  You will get the probability distribution of all classes:
135
 
136
-
137
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/60ae56f90fcb06275e51fbc2/Hmq7JVykHNU7bP5p7k2_O.png)
138
-
139
 
140
 
141
  ---
 
126
  plt.bar(df['label'], df['score'])
127
  plt.xlabel('label')
128
  plt.ylabel('score')
129
+ plt.title('Probaility distribution for all clauses type')
130
  plt.xticks(rotation=90)
131
  plt.show()
132
  ```
133
 
134
  You will get the probability distribution of all classes:
135
 
136
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/60ae56f90fcb06275e51fbc2/bF3FbAqypKjoJcNbkjuLr.png)
 
 
137
 
138
 
139
  ---