Sennodipoi commited on
Commit
b5b7b26
1 Parent(s): d086f07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1 +1,3 @@
1
- Combination of Distilroberta checkpoint with LiLT to include layout embeddings.
 
 
 
1
+ This model combines the base version of distilroberta + the standalone version of LiLT. It was created with the code available at the original LiLT repository https://github.com/jpWang/LiLT
2
+
3
+ The model can be used for fine-tuning in token classification tasks or visual question answering.