Instructions to use nvidia/C-RADIOv4-H with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nvidia/C-RADIOv4-H with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="nvidia/C-RADIOv4-H", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nvidia/C-RADIOv4-H", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -140,8 +140,6 @@ This AI model can be embedded as an Application Programming Interface (API) call
|
|
| 140 |
|
| 141 |
**Links:**
|
| 142 |
|
| 143 |
-
* https://huggingface.co/nvidia/C-RADIOv4-B
|
| 144 |
-
* https://huggingface.co/nvidia/C-RADIOv4-L
|
| 145 |
* https://huggingface.co/nvidia/C-RADIOv4-SO400M
|
| 146 |
* https://huggingface.co/nvidia/C-RADIOv4-H
|
| 147 |
|
|
|
|
| 140 |
|
| 141 |
**Links:**
|
| 142 |
|
|
|
|
|
|
|
| 143 |
* https://huggingface.co/nvidia/C-RADIOv4-SO400M
|
| 144 |
* https://huggingface.co/nvidia/C-RADIOv4-H
|
| 145 |
|