ninjals commited on
Commit
290a20a
ยท
verified ยท
1 Parent(s): 2abf781

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -4,9 +4,11 @@ emoji: ๐Ÿ‘๏ธ๐Ÿ“‘
4
  colorFrom: green
5
  colorTo: green
6
  sdk: gradio
 
7
  app_file: app.py
8
  pinned: false
9
  license: apache-2.0
 
10
  ---
11
 
12
  # Multimodal RAG with Nemotron Embed and Rerank VL Models
@@ -29,4 +31,4 @@ Details:
29
  * **Rerank model used:** https://huggingface.co/nvidia/llama-nemotron-rerank-vl-1b-v2
30
  * **Generation model used:** https://huggingface.co/Qwen/Qwen3-VL-2B-Instruct (note: you could use a larger model such as [Nemotron v3](https://huggingface.co/collections/nvidia/nvidia-nemotron-v3), however, this will require more compute resources)
31
 
32
- **Note:** This README.md was authored in a [live tutorial recorded for YouTube](https://youtube.com/live/XWmqcFiBvpU?feature=share).
 
4
  colorFrom: green
5
  colorTo: green
6
  sdk: gradio
7
+ python_version: "3.12"
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
+ sdk_version: 6.8.0
12
  ---
13
 
14
  # Multimodal RAG with Nemotron Embed and Rerank VL Models
 
31
  * **Rerank model used:** https://huggingface.co/nvidia/llama-nemotron-rerank-vl-1b-v2
32
  * **Generation model used:** https://huggingface.co/Qwen/Qwen3-VL-2B-Instruct (note: you could use a larger model such as [Nemotron v3](https://huggingface.co/collections/nvidia/nvidia-nemotron-v3), however, this will require more compute resources)
33
 
34
+ **Note:** This README.md was authored in a [live tutorial recorded for YouTube](https://youtube.com/live/XWmqcFiBvpU?feature=share).