Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# Hindi-Punk: Punctuation Prediction Model
|
3 |
|
@@ -100,8 +107,4 @@ combined_text = combine_predictions_with_text(example_text, tokenizer, punct_pre
|
|
100 |
print("Combined Text:", combined_text)
|
101 |
```
|
102 |
|
103 |
-
|
104 |
-
|
105 |
-
This model is open source and available under the [MIT License](https://opensource.org/licenses/MIT).
|
106 |
-
|
107 |
-
---
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- wikipedia
|
5 |
+
language:
|
6 |
+
- hi
|
7 |
+
---
|
8 |
|
9 |
# Hindi-Punk: Punctuation Prediction Model
|
10 |
|
|
|
107 |
print("Combined Text:", combined_text)
|
108 |
```
|
109 |
|
110 |
+
---
|
|
|
|
|
|
|
|