Spaces:
Sleeping
Sleeping
updated example link
Browse files
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/
|
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.
|