Revision d412c25c044ca78712d5235d0964835da9fd275c authored by ryan-qiyu-jiang on 13 December 2021, 21:11:52 UTC, committed by ryan-qiyu-jiang on 13 December 2021, 21:11:52 UTC
Add ViLT model checkpoints to model zoo.
Add ViLT finetuning and pretraining instructions
to project docs.

ghstack-source-id: 99480054d06835e7234da469564b63bd5a8ec6e7
Pull Request resolved: https://github.com/facebookresearch/mmf/pull/1161
1 parent d578f79
Raw File
.editorconfig
root = true

[*.py]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

[*.md]
trim_trailing_whitespace = false
back to top