Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# bert-base-sinhala-qa
|
2 |
|
3 |
This is a Bert-based Question Answering model for the Sinhalese language. Training is done on translated SQuAD dataset of 8k question and context pairs.
|
|
|
1 |
+
|
2 |
+
|
3 |
+
---
|
4 |
+
|
5 |
+
language: en
|
6 |
+
|
7 |
+
widget:
|
8 |
+
|
9 |
+
- text: "<s> def add_number ( a , b ) : <EOL> return a +"
|
10 |
+
|
11 |
+
---
|
12 |
+
|
13 |
# bert-base-sinhala-qa
|
14 |
|
15 |
This is a Bert-based Question Answering model for the Sinhalese language. Training is done on translated SQuAD dataset of 8k question and context pairs.
|