vanadhi commited on
Commit
63b86b4
1 Parent(s): 982f6a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -11,15 +11,22 @@ should probably proofread and complete it, then remove this comment. -->
11
 
12
  # roberta-base-fiqa-flm-sq-flit
13
 
14
- This model is a fine-tuned version of [/content/drive/MyDrive/Models/roberta-base-fiqa-flm-sq](https://huggingface.co//content/drive/MyDrive/Models/roberta-base-fiqa-flm-sq) on an unknown dataset.
 
15
 
16
  ## Model description
17
 
18
- More information needed
 
 
 
 
 
 
19
 
20
  ## Intended uses & limitations
21
 
22
- More information needed
23
 
24
  ## Training and evaluation data
25
 
 
11
 
12
  # roberta-base-fiqa-flm-sq-flit
13
 
14
+ This model is a fine-tuned version of roberta-base on a custom dataset create for question answering in
15
+ financial domain.
16
 
17
  ## Model description
18
 
19
+ RoBERTa is a transformers model pretrained on a large corpus of English data in a self-supervised fashion.
20
+ The model was further processed as below for the specific downstream QA task.
21
+ 1. Pretrained for domain adaptation with Masked language modeling (MLM) objective with
22
+ the FIQA challenge Opinion-based QA task is available here - https://drive.google.com/file/d/1BlWaV-qVPfpGyJoWQJU9bXQgWCATgxEP/view
23
+ 2. Pretrained with MLM objective with custom generated dataset for Banking and Finance.
24
+ 3. Fine Tuned with SQuAD V2 dataset for QA task adaptation.
25
+ 4. Fine Tuned with custom labeled dataset in SQuAD format for domain and task adaptation.
26
 
27
  ## Intended uses & limitations
28
 
29
+ The model is intended to be used for a custom Questions Answering system in the BFSI domain.
30
 
31
  ## Training and evaluation data
32