sumit-hf commited on
Commit
1ab19de
·
1 Parent(s): 9b110ea

Updated README

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. 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 ReSpIN corpus using Masked Language Modeling (MLM) objectives to align the vector space with the target distribution.
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