dalmeow commited on
Commit
48267d2
1 Parent(s): b5ddedb

updated example file link and example csv

Browse files
Files changed (2) hide show
  1. app.py +2 -1
  2. example.csv +2 -0
app.py CHANGED
@@ -55,7 +55,8 @@ OR
55
  * Upload a CSV file with the columns being `prediction` and `truth`.
56
  * The first row of the file is supposed to have the column names.
57
  * The sentences should be enclosed within `""` and the prediction and truth need to be separated by `,`.
58
- * Find an example file [here](trial.csv).
 
59
 
60
  NOTE: Pleasd don't use both the methods at once.
61
  """
 
55
  * Upload a CSV file with the columns being `prediction` and `truth`.
56
  * The first row of the file is supposed to have the column names.
57
  * The sentences should be enclosed within `""` and the prediction and truth need to be separated by `,`.
58
+ * Find an example file [here](https://huggingface.co/spaces/neuralspace/wer_calculator/resolve/main/trial.csv).
59
+ * To calculate the WER after uploading the CSV file, click on `Submit`.
60
 
61
  NOTE: Pleasd don't use both the methods at once.
62
  """
example.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ prediction,truth
2
+ "Hi I'm Aditya.","Hi, I am Aditya."