Image-Text-to-Text
Transformers
TensorBoard
Safetensors
vision-encoder-decoder
Generated from Trainer
Instructions to use jeevan-23/jupy-model_v5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jeevan-23/jupy-model_v5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="jeevan-23/jupy-model_v5")# Load model directly from transformers import AutoTokenizer, AutoModelForImageTextToText tokenizer = AutoTokenizer.from_pretrained("jeevan-23/jupy-model_v5") model = AutoModelForImageTextToText.from_pretrained("jeevan-23/jupy-model_v5") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use jeevan-23/jupy-model_v5 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "jeevan-23/jupy-model_v5" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "jeevan-23/jupy-model_v5", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/jeevan-23/jupy-model_v5
- SGLang
How to use jeevan-23/jupy-model_v5 with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "jeevan-23/jupy-model_v5" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "jeevan-23/jupy-model_v5", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "jeevan-23/jupy-model_v5" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "jeevan-23/jupy-model_v5", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use jeevan-23/jupy-model_v5 with Docker Model Runner:
docker model run hf.co/jeevan-23/jupy-model_v5
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 809160856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:245cfde81a5f7e1c27808086bf649c2ae6a2e133a96984a08c3761770cd570ea
|
| 3 |
size 809160856
|
runs/Jan04_13-48-17_gpuworker/events.out.tfevents.1704376097.gpuworker.692389.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed73e5645043a3361a65c2a54981b2dc29a2467590f99c89dd2835d2c86b04fd
|
| 3 |
+
size 9714
|
runs/Jan05_04-13-02_gpuworker/events.out.tfevents.1704427983.gpuworker.692389.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ac320abfe5c44d5133cdc5974dc4370c0b457563e55ff39edb22b1f8efbe05c
|
| 3 |
+
size 11620
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31439cdb694b1670a737528c5440c806c4512d882b0b9bf7ecb3b27382e5210d
|
| 3 |
size 4920
|