DarshanDeshpande
commited on
Commit
•
654e00a
1
Parent(s):
dcca2b5
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ widget:
|
|
14 |
|
15 |
## Model description
|
16 |
|
17 |
-
This model is an adaptation of DistilBert (Victor Sanh et al
|
18 |
|
19 |
```
|
20 |
DISCLAIMER
|
@@ -26,7 +26,7 @@ This model has not been thoroughly tested and may contain biased opinions or ina
|
|
26 |
The training data has been extracted from a variety of sources, mainly including:
|
27 |
1. Oscar Corpus
|
28 |
2. Marathi Newspapers
|
29 |
-
3. Marathi
|
30 |
|
31 |
The data is cleaned by removing all languages other than Marathi, while preserving common punctuations
|
32 |
|
@@ -57,7 +57,7 @@ fill_mask("हा खरोखर चांगला [MASK] आहे.")
|
|
57 |
}
|
58 |
```
|
59 |
|
60 |
-
<h3>Authors </
|
61 |
<h3>1. Darshan Deshpande: <a href="https://github.com/DarshanDeshpande">GitHub</a>, <a href="https://www.linkedin.com/in/darshan-deshpande/">LinkedIn</a><h3>
|
62 |
|
63 |
<h3>2. Harshavardhan Abichandani: <a href="https://github.com/Baras64">GitHub</a>, <a href="http://www.linkedin.com/in/harsh-abhi">LinkedIn</a><h3>
|
|
|
14 |
|
15 |
## Model description
|
16 |
|
17 |
+
This model is an adaptation of DistilBert (Victor Sanh et al., 2019) for Marathi language. This version of Marathi-DistilBert is trained from scratch on approximately 11.2 million sentences.
|
18 |
|
19 |
```
|
20 |
DISCLAIMER
|
|
|
26 |
The training data has been extracted from a variety of sources, mainly including:
|
27 |
1. Oscar Corpus
|
28 |
2. Marathi Newspapers
|
29 |
+
3. Marathi storybooks and articles
|
30 |
|
31 |
The data is cleaned by removing all languages other than Marathi, while preserving common punctuations
|
32 |
|
|
|
57 |
}
|
58 |
```
|
59 |
|
60 |
+
<h3>Authors </h3>
|
61 |
<h3>1. Darshan Deshpande: <a href="https://github.com/DarshanDeshpande">GitHub</a>, <a href="https://www.linkedin.com/in/darshan-deshpande/">LinkedIn</a><h3>
|
62 |
|
63 |
<h3>2. Harshavardhan Abichandani: <a href="https://github.com/Baras64">GitHub</a>, <a href="http://www.linkedin.com/in/harsh-abhi">LinkedIn</a><h3>
|