almlnerd
commited on
Commit
•
bc29505
1
Parent(s):
0790404
Upload 2 files
Browse files- README.txt +12 -0
- pytorch_model.bin +3 -0
README.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
Copy of the original lilt-only-base model weights from the Language-Independent Layout Transformer (LiLT)
|
5 |
+
Link to model file
|
6 |
+
https://github.com/jpWang/LiLT#available-checkpoints
|
7 |
+
|
8 |
+
The weights found here are not useful as a standalone and should be instead used in combination with Roberta-like models as outlined HERE
|
9 |
+
|
10 |
+
This repository aims to make it easier for others to combine LiLT with a Roberta-like model of their liking.
|
11 |
+
Please refer to the following script on how to fuse Roberta based for any language with LiLT for multi-modal training/fine-tuning here
|
12 |
+
https://github.com/jpWang/LiLT#or-generate-your-own-checkpoint-optional
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f109e656c529979904c9a3b35f4eb0ab5ad642e9840a9b444481ff6035ca9fb8
|
3 |
+
size 24510336
|