vanadhi commited on
Commit
4198977
1 Parent(s): 182ef7e

Update README.md

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