Instructions to use SJ-Ray/Re-Punctuate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SJ-Ray/Re-Punctuate with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("SJ-Ray/Re-Punctuate") model = AutoModelForSeq2SeqLM.from_pretrained("SJ-Ray/Re-Punctuate") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -30,5 +30,4 @@ print(decoded_output)
|
|
| 30 |
<b>Input:</b> the story of this brave brilliant athlete whose very being was questioned so publicly is one that still captures the imagination <br>
|
| 31 |
<b>Output:</b> The story of this brave, brilliant athlete, whose very being was questioned so publicly, is one that still captures the imagination.
|
| 32 |
|
| 33 |
-
<h4> Connect on: </h4>
|
| 34 |
-
LinkedIn : www.linkedin.com/in/suraj-kumar-710382a7
|
|
|
|
| 30 |
<b>Input:</b> the story of this brave brilliant athlete whose very being was questioned so publicly is one that still captures the imagination <br>
|
| 31 |
<b>Output:</b> The story of this brave, brilliant athlete, whose very being was questioned so publicly, is one that still captures the imagination.
|
| 32 |
|
| 33 |
+
<h4> Connect on: <a href="https://www.linkedin.com/in/suraj-kumar-710382a7" target="_blank">LinkedIn : Suraj Kumar</a></h4>
|
|
|