Text Generation
Transformers
Safetensors
llama
mergekit
Merge
llama-3
creative
creative writing
fiction writing
plot generation
sub-plot generation
story generation
scene continue
storytelling
fiction story
science fiction
romance
all genres
story
writing
vivid prose
vivid writing
fiction
roleplaying
bfloat16
swearing
rp
llama3
llama-3.1
llama 3.1
llama3.1
horror
finetune
Brainstorm 40x
Brainstorm adapter
conversational
text-generation-inference
Instructions to use DavidAU/L3-DARKEST-PLANET-16.5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DavidAU/L3-DARKEST-PLANET-16.5B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="DavidAU/L3-DARKEST-PLANET-16.5B") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("DavidAU/L3-DARKEST-PLANET-16.5B") model = AutoModelForCausalLM.from_pretrained("DavidAU/L3-DARKEST-PLANET-16.5B", device_map="auto") messages = [ {"role": "user", "content": "Who are you?"}, ] inputs = tokenizer.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use DavidAU/L3-DARKEST-PLANET-16.5B with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "DavidAU/L3-DARKEST-PLANET-16.5B" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "DavidAU/L3-DARKEST-PLANET-16.5B", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/DavidAU/L3-DARKEST-PLANET-16.5B
- SGLang
How to use DavidAU/L3-DARKEST-PLANET-16.5B 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 "DavidAU/L3-DARKEST-PLANET-16.5B" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "DavidAU/L3-DARKEST-PLANET-16.5B", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'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 "DavidAU/L3-DARKEST-PLANET-16.5B" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "DavidAU/L3-DARKEST-PLANET-16.5B", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use DavidAU/L3-DARKEST-PLANET-16.5B with Docker Model Runner:
docker model run hf.co/DavidAU/L3-DARKEST-PLANET-16.5B
Upload folder using huggingface_hub
Browse files- model-00010-of-00035.safetensors +3 -0
- model-00011-of-00035.safetensors +3 -0
- model-00012-of-00035.safetensors +3 -0
- model-00013-of-00035.safetensors +3 -0
- model-00014-of-00035.safetensors +3 -0
- model-00015-of-00035.safetensors +3 -0
- model-00016-of-00035.safetensors +3 -0
- model-00017-of-00035.safetensors +3 -0
- model-00018-of-00035.safetensors +3 -0
- model-00019-of-00035.safetensors +3 -0
model-00010-of-00035.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab044a61f44ef02e62a60dd36112917f8e79ff391adbdbad51dfca7b17833221
|
| 3 |
+
size 947956216
|
model-00011-of-00035.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ec5168b87320e66b3a121a0e8794768038d06f9affa9e242f597d304e45d9f0
|
| 3 |
+
size 989890728
|
model-00012-of-00035.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e2574b2950af670611b7564b18c689cd4959b514a839d7cf2a4430d08073dbe
|
| 3 |
+
size 989890728
|
model-00013-of-00035.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98ee1574fd08d49d388e206f4c22fa0cf0dcbc077bc221d3fbb5ab0113a0a3ef
|
| 3 |
+
size 998287752
|
model-00014-of-00035.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4f2f93f136a2e61c3ab9bc5214e0d78a0800debabd35c1bb5ed3d14c2300ae6
|
| 3 |
+
size 897914240
|
model-00015-of-00035.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c50af1eba1aae607ec9a4620032dfaf5c4d95aab44ae059dc9c088a25d7473c
|
| 3 |
+
size 939525040
|
model-00016-of-00035.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63f38891c442cbf6203ab7256c3e1d96891125fca39df536994771bfe3dbbf36
|
| 3 |
+
size 939525040
|
model-00017-of-00035.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5d2b9404c5d6b460e4eab952f715619b774ca9da8116650797dbc782b78c3d7
|
| 3 |
+
size 939525040
|
model-00018-of-00035.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04c379c304f3e04552f790da1f8af7245bbc9054661a4340d2794a12c30e83b5
|
| 3 |
+
size 939525040
|
model-00019-of-00035.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90e57924eee5970f920895fee56b9805b14274b5d54256288317af19d086a9a1
|
| 3 |
+
size 939525040
|