“GOD Agents” By (WithIn Us AI)
Collection
Recursive Models built from scratch by “WithIn Us AI” • 13 items • Updated
How to use 11-47/Future.GQ.47s with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-generation", model="11-47/Future.GQ.47s", trust_remote_code=True) # Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("11-47/Future.GQ.47s", trust_remote_code=True, device_map="auto")How to use 11-47/Future.GQ.47s with vLLM:
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "11-47/Future.GQ.47s"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
-H "Content-Type: application/json" \
--data '{
"model": "11-47/Future.GQ.47s",
"prompt": "Once upon a time,",
"max_tokens": 512,
"temperature": 0.5
}'docker model run hf.co/11-47/Future.GQ.47s
How to use 11-47/Future.GQ.47s with SGLang:
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
--model-path "11-47/Future.GQ.47s" \
--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": "11-47/Future.GQ.47s",
"prompt": "Once upon a time,",
"max_tokens": 512,
"temperature": 0.5
}'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 "11-47/Future.GQ.47s" \
--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": "11-47/Future.GQ.47s",
"prompt": "Once upon a time,",
"max_tokens": 512,
"temperature": 0.5
}'How to use 11-47/Future.GQ.47s with Docker Model Runner:
docker model run hf.co/11-47/Future.GQ.47s
This model was trained from scratch on the None dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.9503 | 0.9889 | 100 | 1.8953 |
| 1.9503 | 1.0 | 102 | 1.8949 |
| 4.8422 | 0.2032 | 200 | 4.6299 |
| 3.7624 | 0.3048 | 300 | 3.7300 |
| 3.2549 | 0.4064 | 400 | 3.2797 |
| 3.0663 | 0.5080 | 500 | 3.0268 |
| 2.8727 | 0.6096 | 600 | 2.8719 |
| 2.7585 | 0.7112 | 700 | 2.7737 |
| 2.7077 | 0.8129 | 800 | 2.7186 |
| 2.6603 | 0.9145 | 900 | 2.6958 |
| 2.6459 | 1.0 | 985 | 2.6928 |