Instructions to use nide01/pokemon_captions with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nide01/pokemon_captions with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="nide01/pokemon_captions")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("nide01/pokemon_captions") model = AutoModelForMultimodalLM.from_pretrained("nide01/pokemon_captions") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use nide01/pokemon_captions with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "nide01/pokemon_captions" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "nide01/pokemon_captions", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/nide01/pokemon_captions
- SGLang
How to use nide01/pokemon_captions 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 "nide01/pokemon_captions" \ --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": "nide01/pokemon_captions", "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 "nide01/pokemon_captions" \ --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": "nide01/pokemon_captions", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use nide01/pokemon_captions with Docker Model Runner:
docker model run hf.co/nide01/pokemon_captions
Training in progress, step 10
Browse files- .model.safetensors.icloud +0 -0
- model.safetensors +1 -1
- runs/Nov20_16-58-43_Heribertos-MacBook-Pro.local/events.out.tfevents.1700499727.Heribertos-MacBook-Pro.local.3378.0 +3 -0
- runs/Nov20_17-09-52_Heribertos-MacBook-Pro.local/events.out.tfevents.1700500193.Heribertos-MacBook-Pro.local.3546.0 +3 -0
- runs/Nov20_17-23-27_Heribertos-MacBook-Pro.local/events.out.tfevents.1700501008.Heribertos-MacBook-Pro.local.3727.0 +3 -0
- training_args.bin +1 -1
.model.safetensors.icloud
ADDED
|
Binary file (169 Bytes). View file
|
|
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 706516040
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36243c5f748f8ba22d6058430795616a082876f631f9fe24d8b6e835f9a3cd56
|
| 3 |
size 706516040
|
runs/Nov20_16-58-43_Heribertos-MacBook-Pro.local/events.out.tfevents.1700499727.Heribertos-MacBook-Pro.local.3378.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ceb407435bf0983bcc59aabf6f5381607bfdb6f5c31ff3744ff0f612e60c329
|
| 3 |
+
size 4660
|
runs/Nov20_17-09-52_Heribertos-MacBook-Pro.local/events.out.tfevents.1700500193.Heribertos-MacBook-Pro.local.3546.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:472816d75eb845cf9e565c683080fefd40bb7cb4be5168b4f9ecef06d630e92c
|
| 3 |
+
size 4402
|
runs/Nov20_17-23-27_Heribertos-MacBook-Pro.local/events.out.tfevents.1700501008.Heribertos-MacBook-Pro.local.3727.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90dd5f5eb2512d83569ea66eb7f7a78480586c2e7c67ee7303845162aecf1a4f
|
| 3 |
+
size 4874
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb5c1b3db2f0f6743fbc00aab5ad866e53b71eb45136dc8f8b3a8f9597ca1616
|
| 3 |
size 4600
|