https://github.com/himkt/commonlitreadabilityprize
https://github.com/himkt/commonlitreadabilityprize
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/himkt/commonlitreadabilityprize
- Owner: himkt
- Created: 2021-07-26T13:06:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T03:56:45.000Z (almost 5 years ago)
- Last Synced: 2025-03-02T17:48:40.633Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 103 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CommonLit Readability Prize with AllenNLP
Kernel: https://www.kaggle.com/himako/allennlp-jsonnet-weak-example-using-roberta
### Training
```
poetry run allennlp train training_configs/model_v{1,2,3}.jsonnet -s serialization # 1, 2, or 3
```