https://github.com/facebookresearch/pythia
Raw File
Tip revision: da07f13b3a8a08fdbe74b0abc5e92f0289db6735 authored by ryan-qiyu-jiang on 13 December 2021, 21:11:52 UTC
Update on "[docs] Add ViLT model checkpoint instructions"
Tip revision: da07f13
.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