Commit
·
9977cb9
1
Parent(s):
1966711
added a link to the code repo
Browse files
README.md
CHANGED
|
@@ -108,6 +108,11 @@ You can use different models by setting the model parameter:
|
|
| 108 |
model = PunctuationModel(model = "oliverguhr/fullstop-dutch-punctuation-prediction")
|
| 109 |
```
|
| 110 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
|
| 112 |
|
| 113 |
## References
|
|
|
|
| 108 |
model = PunctuationModel(model = "oliverguhr/fullstop-dutch-punctuation-prediction")
|
| 109 |
```
|
| 110 |
|
| 111 |
+
## Where do I find the code and can I train my own model?
|
| 112 |
+
|
| 113 |
+
Yes you can! For complete code of the reareach project take a look at [this repository](https://github.com/oliverguhr/fullstop-deep-punctuation-prediction).
|
| 114 |
+
|
| 115 |
+
There is also an guide on [how to fine tune this model for you data / language](https://github.com/oliverguhr/fullstop-deep-punctuation-prediction/blob/main/other_languages/readme.md).
|
| 116 |
|
| 117 |
|
| 118 |
## References
|