Updated README
Browse files- .gitignore +1 -0
- README.md +1 -1
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
.cache/
|
README.md
CHANGED
|
@@ -37,7 +37,7 @@ The model was fine-tuned utilizing the RESPIN dataset. This corpus comprises tex
|
|
| 37 |
### 2.2 Model Architecture
|
| 38 |
|
| 39 |
- **Base Architecture:** MuRIL (BERT-based encoder).
|
| 40 |
-
- **Modification:** Fine-tuned on the
|
| 41 |
|
| 42 |
### 2.3 Evaluation Baselines
|
| 43 |
|
|
|
|
| 37 |
### 2.2 Model Architecture
|
| 38 |
|
| 39 |
- **Base Architecture:** MuRIL (BERT-based encoder).
|
| 40 |
+
- **Modification:** Fine-tuned on the RESPIN corpus using Masked Language Modeling (MLM) objectives to align the vector space with the target distribution.
|
| 41 |
|
| 42 |
### 2.3 Evaluation Baselines
|
| 43 |
|