WonsukYangTL commited on
Commit
36d26ff
·
verified ·
1 Parent(s): f5e99c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -10,12 +10,12 @@ base_model:
10
  <img src="preview-banner.png" alt="Nemotron Slide" width="100%">
11
  </p>
12
 
13
- # Nemotron Slide, a Nemotron Specialized in Slide Generation
14
 
15
 
16
- **Nemotron Slide** is a post-trained hybrid architecture language model built on [NVIDIA-Nemotron-3-Nano-30B-A3B-BF16](https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16) by NVIDIA Corporation. It underwent supervised fine-tuning (SFT) using [Nemo Automodel](https://github.com/NVIDIA-NeMo/Automodel)
17
 
18
- **Nemotron Slide** is purpose-built to generate high-quality, aesthetic slides from a single instruction.
19
 
20
  ---
21
  ## Model Summary
@@ -54,7 +54,7 @@ pip install transformers torch
54
  from transformers import AutoModelForCausalLM, AutoTokenizer
55
  import torch
56
 
57
- model_name = "trillionlabs/nemotron-slide"
58
 
59
  tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True)
60
  model = AutoModelForCausalLM.from_pretrained(
@@ -82,9 +82,9 @@ print(tokenizer.decode(output[0][input_ids.shape[-1]:], skip_special_tokens=True
82
  We recommend deploying the model with the lastest version of [vLLM](https://github.com/vllm-project/vllm).
83
 
84
  ```bash
85
- wget https://huggingface.co/trillionlabs/nemotron-slide/blob/main/nano_v3_reasoning_parser.py
86
 
87
- vllm serve trillionlabs/nemotron-slide \
88
  --tensor-parallel-size 1 \
89
  --port 8000 \
90
  --trust-remote-code \
 
10
  <img src="preview-banner.png" alt="Nemotron Slide" width="100%">
11
  </p>
12
 
13
+ # NemoSlides, a Nemotron Specialized in Slide Generation
14
 
15
 
16
+ **NemoSlides** is a post-trained hybrid architecture language model built on [NVIDIA-Nemotron-3-Nano-30B-A3B-BF16](https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16) by NVIDIA Corporation. It underwent supervised fine-tuning (SFT) using [Nemo Automodel](https://github.com/NVIDIA-NeMo/Automodel)
17
 
18
+ **NemoSlides** is purpose-built to generate high-quality, aesthetic slides from a single instruction.
19
 
20
  ---
21
  ## Model Summary
 
54
  from transformers import AutoModelForCausalLM, AutoTokenizer
55
  import torch
56
 
57
+ model_name = "trillionlabs/NemoSlides"
58
 
59
  tokenizer = AutoTokenizer.from_pretrained(model_name, trust_remote_code=True)
60
  model = AutoModelForCausalLM.from_pretrained(
 
82
  We recommend deploying the model with the lastest version of [vLLM](https://github.com/vllm-project/vllm).
83
 
84
  ```bash
85
+ wget https://huggingface.co/trillionlabs/NemoSlides/blob/main/nano_v3_reasoning_parser.py
86
 
87
+ vllm serve trillionlabs/NemoSlides \
88
  --tensor-parallel-size 1 \
89
  --port 8000 \
90
  --trust-remote-code \