https://github.com/facebookresearch/pythia
Raw File
Tip revision: e8991a86f1255b15d308a44509feb6e772dfca2d authored by ryan-qiyu-jiang on 16 December 2021, 20:54:07 UTC
[docs] Add ViLT model code usage example
Tip revision: e8991a8
.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