Spaces:
Running
on
Zero
Running
on
Zero
chiayewken
commited on
Commit
•
436a11f
1
Parent(s):
f6d0fcd
Update metadata
Browse files
app.py
CHANGED
@@ -43,11 +43,11 @@ DEFAULT_MAX_NEW_TOKENS = 1024
|
|
43 |
MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
|
44 |
|
45 |
DESCRIPTION = """\
|
46 |
-
#
|
47 |
|
48 |
-
This Space demonstrates the
|
49 |
|
50 |
-
🔎 For more details about the
|
51 |
"""
|
52 |
|
53 |
LICENSE = """
|
|
|
43 |
MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
|
44 |
|
45 |
DESCRIPTION = """\
|
46 |
+
# M-Longdoc: A Benchmark For Multimodal Super-Long Document Understanding And A Retrieval-Aware Tuning Framework
|
47 |
|
48 |
+
This Space demonstrates the multimodal long document understanding model with 7B parameters fine-tuned for texts, tables, and figures. Feel free to play with it, or duplicate to run generations without a queue!
|
49 |
|
50 |
+
🔎 For more details about the project, check out the [paper](https://arxiv.org/pdf/2411.06176).
|
51 |
"""
|
52 |
|
53 |
LICENSE = """
|