Skip to content

ysoo14/MRC_CSK_pretraining

 
 

Repository files navigation

Welcome to MRC + CSK Pretraining Models!

need to install transformers 2.9.0 dev

pip install git+https://github.com/huggingface/transformers.git

Datasets (test)

  1. MRC : MultiRC(SuperGLUE), Squad1.1
  2. Classification : CoLA(GLUE)
  3. Commonsense : SocialIQA, CommonsenseQA, CosmosQA(eval)

Baseline

  • Muppet
  • RoBERTa

Todo

  1. Tokenization
  • Add Task specific Tokens <cola>, <mrc>, <com>
  1. DatasetLoader
  • Loads multiple tasks in one batch
  • Adds task label to clarify which type of task the data belongs
  1. Loss
  • Scaling loss based on Muppet
  • R3F/R4F Loss implementation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 58.0%
  • Python 42.0%