kxx-kkk commited on
Commit
427a773
1 Parent(s): d3aeefb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -39,10 +39,14 @@ The dataset used for training is listed below according to training sequences:
39
  1. [MRQA(train split)](https://huggingface.co/datasets/mrqa)
40
  2. [UCLNLP/adversarial_qa](https://huggingface.co/datasets/UCLNLP/adversarial_qa)
41
  3. [mbartolo/synQA](https://huggingface.co/datasets/mbartolo/synQA)
42
- 4. [MRQA(test split)](https://huggingface.co/datasets/mrqa)
43
 
44
  ## Training procedure
45
 
 
 
 
 
46
  ### Training hyperparameters
47
 
48
  The following hyperparameters were used during training:
 
39
  1. [MRQA(train split)](https://huggingface.co/datasets/mrqa)
40
  2. [UCLNLP/adversarial_qa](https://huggingface.co/datasets/UCLNLP/adversarial_qa)
41
  3. [mbartolo/synQA](https://huggingface.co/datasets/mbartolo/synQA)
42
+ 4. [MRQA(test split)](https://huggingface.co/datasets/mrqa)*This model
43
 
44
  ## Training procedure
45
 
46
+ The training approach uses the fine-tuning approach of transfer learning on the pre-trained model to perform NLP QA tasks.
47
+ Each time a model was trained with one dataset only and saved as the PTMs for the next training.
48
+ This model is the last model that trained with [MRQA(test split)](https://huggingface.co/datasets/mrqa).
49
+
50
  ### Training hyperparameters
51
 
52
  The following hyperparameters were used during training: