Skip to content

ttya16/commonlit_readability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

commonlit_readability

Part of my works of 2 weeks' challenge for CommonLit Readability Prize Competition

Here I use roberta-base but there are several options for the models. Ensembling models worked well for this competition.

etc...

Notebooks referenced

Environment

Setting docker-compose.yml as follows may be an easy way to build and run the container.

version: '3.8'
services:
    clrp:
        build:
            context: clrp
            dockerfile: Dockerfile
        container_name: clrp
        user: root
        environment:
            NVIDIA_VISIBLE_DEVICES: all
        ports:
        - "8889:8888"
        tty: true
        volumes:
            - ./clrp:/clrp

Dataset Download

At the top of the project's directory, create data folder.

cd .
mkdir data

and place datasets for the competition.

data
├── sample_submission.csv
├── test.csv
└── train.csv

You can easily download datasets using Kaggle API.

kaggle competitions download -c commonlitreadabilityprize

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published