Safetensors
custom_code
gheinrich commited on
Commit
581f0a8
·
1 Parent(s): a1fc2a7

Update README for release

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -80,7 +80,7 @@ import torch
80
  from PIL import Image
81
  from transformers import AutoModel, CLIPImageProcessor
82
 
83
- hf_repo = "nvidia/C-RADIOv2-VLM-H-RC3"
84
 
85
  image_processor = CLIPImageProcessor.from_pretrained(hf_repo)
86
  model = AutoModel.from_pretrained(hf_repo, trust_remote_code=True)
@@ -226,4 +226,4 @@ Field | Response
226
  Model Application(s): | Generation of visual embeddings
227
  Describe the life critical impact (if present). | Not Applicable
228
  Use Case Restrictions: | Abide by NVIDIA Open Model License Agreement
229
- Model and dataset restrictions: | The Principle of least privilege (PoLP) is applied limiting access for dataset generation and model development. Restrictions enforce dataset access during training, and dataset license constraints adhered to.
 
80
  from PIL import Image
81
  from transformers import AutoModel, CLIPImageProcessor
82
 
83
+ hf_repo = "nvidia/C-RADIOv2-VLM-H"
84
 
85
  image_processor = CLIPImageProcessor.from_pretrained(hf_repo)
86
  model = AutoModel.from_pretrained(hf_repo, trust_remote_code=True)
 
226
  Model Application(s): | Generation of visual embeddings
227
  Describe the life critical impact (if present). | Not Applicable
228
  Use Case Restrictions: | Abide by NVIDIA Open Model License Agreement
229
+ Model and dataset restrictions: | The Principle of least privilege (PoLP) is applied limiting access for dataset generation and model development. Restrictions enforce dataset access during training, and dataset license constraints adhered to.