dalmeow commited on
Commit
c0c2927
1 Parent(s): 0e2ebc6

updated example link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ 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](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.
 
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/example.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.