Update README.md
Browse files
README.md
CHANGED
@@ -80,7 +80,7 @@ Obviously, this section is quite general as there are many things one can use "g
|
|
80 |
1. Correcting highly error-prone LM outputs. Some examples would be audio transcription (ASR) (this is literally some of the examples) or something like handwriting OCR.
|
81 |
- To be investigated further, depending on what model/system is used it _might_ be worth it to apply this after OCR on typed characters.
|
82 |
2. Correcting/infilling text generated by text generation models to be cohesive/remove obvious errors that break the conversation immersion. I use this on the outputs of [this OPT 2.7B chatbot-esque model of myself](https://huggingface.co/pszemraj/opt-peter-2.7B).
|
83 |
-
> An example of this
|
84 |
|
85 |
```
|
86 |
original response:
|
|
|
80 |
1. Correcting highly error-prone LM outputs. Some examples would be audio transcription (ASR) (this is literally some of the examples) or something like handwriting OCR.
|
81 |
- To be investigated further, depending on what model/system is used it _might_ be worth it to apply this after OCR on typed characters.
|
82 |
2. Correcting/infilling text generated by text generation models to be cohesive/remove obvious errors that break the conversation immersion. I use this on the outputs of [this OPT 2.7B chatbot-esque model of myself](https://huggingface.co/pszemraj/opt-peter-2.7B).
|
83 |
+
> An example of this model running on CPU with beam search:
|
84 |
|
85 |
```
|
86 |
original response:
|