Text Generation
Transformers
PyTorch
TensorBoard
opt
Generated from Trainer
text-generation-inference
Instructions to use Aalaa/opt-125m-custom-data with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Aalaa/opt-125m-custom-data with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Aalaa/opt-125m-custom-data")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Aalaa/opt-125m-custom-data") model = AutoModelForCausalLM.from_pretrained("Aalaa/opt-125m-custom-data") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use Aalaa/opt-125m-custom-data with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Aalaa/opt-125m-custom-data" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Aalaa/opt-125m-custom-data", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/Aalaa/opt-125m-custom-data
- SGLang
How to use Aalaa/opt-125m-custom-data 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 "Aalaa/opt-125m-custom-data" \ --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": "Aalaa/opt-125m-custom-data", "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 "Aalaa/opt-125m-custom-data" \ --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": "Aalaa/opt-125m-custom-data", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use Aalaa/opt-125m-custom-data with Docker Model Runner:
docker model run hf.co/Aalaa/opt-125m-custom-data
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 501021625
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b830bb4979a05762142b5715c49af044dbae76b6518e52c76146af7edc8b6a7b
|
| 3 |
size 501021625
|
runs/Jun29_09-11-22_bdbd7f19b710/events.out.tfevents.1656493911.bdbd7f19b710.71.2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aca9fbb7ac9bb521abf09525b33a1d327f3a57f46e152ddd756b05a643d1203f
|
| 3 |
+
size 5136
|
runs/Jun29_09-11-22_bdbd7f19b710/events.out.tfevents.1656494397.bdbd7f19b710.71.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad17a14b1f7c3e74ac08a38c2e9d111ac71b9eac57d62bd0e359fdf0469975ff
|
| 3 |
+
size 311
|