Text Generation
Transformers
TensorBoard
Safetensors
t5la
Generated from Trainer
Eval Results (legacy)
Instructions to use hrezaei/T5La-Large-WeightedLoss with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hrezaei/T5La-Large-WeightedLoss with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="hrezaei/T5La-Large-WeightedLoss")# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("hrezaei/T5La-Large-WeightedLoss", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use hrezaei/T5La-Large-WeightedLoss with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "hrezaei/T5La-Large-WeightedLoss" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "hrezaei/T5La-Large-WeightedLoss", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/hrezaei/T5La-Large-WeightedLoss
- SGLang
How to use hrezaei/T5La-Large-WeightedLoss 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 "hrezaei/T5La-Large-WeightedLoss" \ --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": "hrezaei/T5La-Large-WeightedLoss", "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 "hrezaei/T5La-Large-WeightedLoss" \ --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": "hrezaei/T5La-Large-WeightedLoss", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use hrezaei/T5La-Large-WeightedLoss with Docker Model Runner:
docker model run hf.co/hrezaei/T5La-Large-WeightedLoss
File size: 833 Bytes
d5f6f45 | 1 2 3 | timestamp,project_name,run_id,experiment_id,duration,emissions,emissions_rate,cpu_power,gpu_power,ram_power,cpu_energy,gpu_energy,ram_energy,energy_consumed,country_name,country_iso_code,region,cloud_provider,cloud_region,os,python_version,codecarbon_version,cpu_count,cpu_model,gpu_count,gpu_model,longitude,latitude,ram_total_size,tracking_mode,on_cloud,pue
2025-10-13T05:33:09,codecarbon,6a3ac9ce-4338-4d21-ac19-0132b8416b36,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,55270.45810584165,0.3286242101720817,5.945747899226273e-06,180.1759071100593,305.28646912519304,50.0,2.779063547535717,4.529042045730705,0.767191376191279,8.075296969457714,Sweden,SWE,dalarna county,,,Linux-4.18.0-553.56.1.el8_10.x86_64-x86_64-with-glibc2.28,3.10.18,3.0.4,32,AMD EPYC 7413 24-Core Processor,1,1 x NVIDIA H100 PCIe,15.6326,60.6043,171.68,machine,N,1.0
|