chiayewken commited on
Commit
436a11f
1 Parent(s): f6d0fcd

Update metadata

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- # Reasoning Paths Optimization: Learning to Reason and Explore From Diverse Paths
47
 
48
- This Space demonstrates the reasoning paths optimization (RPO) framework with a Llama 3 model with 8B parameters fine-tuned for math reasoning. Feel free to play with it, or duplicate to run generations without a queue!
49
 
50
- 🔎 For more details about the RPO training framework, check out the [paper](https://arxiv.org/abs/2410.10858) or [code](https://github.com/DAMO-NLP-SG/reasoning-paths-optimization).
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 = """