jeremyarancio commited on
Commit
54bce54
1 Parent(s): 4387f5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -72,7 +72,7 @@ The model is evaluated on the [benchmark](https://huggingface.co/datasets/openfo
72
 
73
  In short, lists of ingredients are separated into 3 parts: *original*, *reference*, *prediction*. Using a [sequence alignement algorithm](https://en.wikipedia.org/wiki/Sequence_alignment) between respectively *original*-*reference* and *original*-**prediction*, we are able to tell which token were supposed to be corrected, and which one was actually corrected. This leads to a correction Precision and Recall.
74
 
75
- The complete explanation of the algorithm is available in the [Spellchech README](https://github.com/openfoodfacts/openfoodfacts-ai/tree/spellcheck/spellcheck).
76
 
77
  ### Metrics:
78
  * Correction precision: **0.67**
 
72
 
73
  In short, lists of ingredients are separated into 3 parts: *original*, *reference*, *prediction*. Using a [sequence alignement algorithm](https://en.wikipedia.org/wiki/Sequence_alignment) between respectively *original*-*reference* and *original*-**prediction*, we are able to tell which token were supposed to be corrected, and which one was actually corrected. This leads to a correction Precision and Recall.
74
 
75
+ The complete explanation of the algorithm is available in the [Spellchech README](https://github.com/openfoodfacts/openfoodfacts-ai/tree/develop/spellcheck#-evaluation-metrics-and-algorithm).
76
 
77
  ### Metrics:
78
  * Correction precision: **0.67**