Text Generation
Transformers
Safetensors
English
mistral
LCARS
Star-Trek
128k-Context
chemistry
biology
finance
legal
art
code
medical
text-generation-inference
text2text-generation
Eval Results (legacy)
Instructions to use LeroyDyer/LCARS_AI_StarTrek_Computer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LeroyDyer/LCARS_AI_StarTrek_Computer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="LeroyDyer/LCARS_AI_StarTrek_Computer")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("LeroyDyer/LCARS_AI_StarTrek_Computer") model = AutoModelForCausalLM.from_pretrained("LeroyDyer/LCARS_AI_StarTrek_Computer") - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use LeroyDyer/LCARS_AI_StarTrek_Computer with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "LeroyDyer/LCARS_AI_StarTrek_Computer" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "LeroyDyer/LCARS_AI_StarTrek_Computer", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/LeroyDyer/LCARS_AI_StarTrek_Computer
- SGLang
How to use LeroyDyer/LCARS_AI_StarTrek_Computer 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 "LeroyDyer/LCARS_AI_StarTrek_Computer" \ --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": "LeroyDyer/LCARS_AI_StarTrek_Computer", "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 "LeroyDyer/LCARS_AI_StarTrek_Computer" \ --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": "LeroyDyer/LCARS_AI_StarTrek_Computer", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use LeroyDyer/LCARS_AI_StarTrek_Computer with Docker Model Runner:
docker model run hf.co/LeroyDyer/LCARS_AI_StarTrek_Computer
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,18 @@ language:
|
|
| 5 |
library_name: transformers
|
| 6 |
pipeline_tag: text2text-generation
|
| 7 |
tags:
|
| 8 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
If anybody has star trek data please send as this starship computer database archive needs it!
|
| 11 |
|
|
@@ -23,12 +34,4 @@ So those models were merged into other models which had been specifically traine
|
|
| 23 |
the models were heavliy dpo trained ; and various newer methodologies installed : the deep mind series is a special series which contains self correction recal, visio spacial ... step by step thinking:
|
| 24 |
|
| 25 |
SO the multi merge often fizes these errors between models as well as training gaps :Hopefully they all took and merged well !
|
| 26 |
-
Performing even unknown and unprogrammed tasks:
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
|
|
|
| 5 |
library_name: transformers
|
| 6 |
pipeline_tag: text2text-generation
|
| 7 |
tags:
|
| 8 |
+
- LCARS
|
| 9 |
+
- Star-Trek
|
| 10 |
+
- 128k-Context
|
| 11 |
+
- mistral
|
| 12 |
+
- chemistry
|
| 13 |
+
- biology
|
| 14 |
+
- finance
|
| 15 |
+
- legal
|
| 16 |
+
- art
|
| 17 |
+
- code
|
| 18 |
+
- medical
|
| 19 |
+
- text-generation-inference
|
| 20 |
---
|
| 21 |
If anybody has star trek data please send as this starship computer database archive needs it!
|
| 22 |
|
|
|
|
| 34 |
the models were heavliy dpo trained ; and various newer methodologies installed : the deep mind series is a special series which contains self correction recal, visio spacial ... step by step thinking:
|
| 35 |
|
| 36 |
SO the multi merge often fizes these errors between models as well as training gaps :Hopefully they all took and merged well !
|
| 37 |
+
Performing even unknown and unprogrammed tasks:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|