Instructions to use InternRobotics/VL-LN-Bench-basemodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use InternRobotics/VL-LN-Bench-basemodel with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("InternRobotics/VL-LN-Bench-basemodel") model = AutoModelForImageTextToText.from_pretrained("InternRobotics/VL-LN-Bench-basemodel") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files- iign/trainer_state.json +0 -0
- iign/training_args.bin +3 -0
iign/trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
iign/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b38a5da2b8292f6b071a0142c7395a3e06044bea69814066ddc234fa2248837
|
| 3 |
+
size 7288
|