Text Generation
Transformers
Safetensors
Portuguese
llama
brazilian-portuguese
checkpoint-recovery
non-scientific
smoke-test
text-generation-inference
Instructions to use guicybercode/br-sovereign-llm-smoke with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use guicybercode/br-sovereign-llm-smoke with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="guicybercode/br-sovereign-llm-smoke")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("guicybercode/br-sovereign-llm-smoke") model = AutoModelForCausalLM.from_pretrained("guicybercode/br-sovereign-llm-smoke", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use guicybercode/br-sovereign-llm-smoke with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "guicybercode/br-sovereign-llm-smoke" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "guicybercode/br-sovereign-llm-smoke", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/guicybercode/br-sovereign-llm-smoke
- SGLang
How to use guicybercode/br-sovereign-llm-smoke 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 "guicybercode/br-sovereign-llm-smoke" \ --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": "guicybercode/br-sovereign-llm-smoke", "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 "guicybercode/br-sovereign-llm-smoke" \ --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": "guicybercode/br-sovereign-llm-smoke", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use guicybercode/br-sovereign-llm-smoke with Docker Model Runner:
docker model run hf.co/guicybercode/br-sovereign-llm-smoke
Public candidate v0.1.1 - final private verification
Browse files
evidence/g6-tokenizer-quality.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
},
|
| 12 |
"claim_boundary": "The eight-document fixture cannot establish domain coverage, fertility quality, or downstream scientific performance.",
|
| 13 |
"gate_id": "G6",
|
| 14 |
-
"generated_at": "2026-08-26T17:
|
| 15 |
"measurements": {
|
| 16 |
"bytes_per_token": 2.400815217391304,
|
| 17 |
"characters": 1695,
|
|
|
|
| 11 |
},
|
| 12 |
"claim_boundary": "The eight-document fixture cannot establish domain coverage, fertility quality, or downstream scientific performance.",
|
| 13 |
"gate_id": "G6",
|
| 14 |
+
"generated_at": "2026-08-26T17:05:37Z",
|
| 15 |
"measurements": {
|
| 16 |
"bytes_per_token": 2.400815217391304,
|
| 17 |
"characters": 1695,
|
evidence/g7-training-semantics.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
| 15 |
},
|
| 16 |
"claim_boundary": "Pass applies only to the declared engineering smoke artifact. It does not satisfy the full scientific G7 gate or checkpoint-restart H2.",
|
| 17 |
"gate_id": "G7",
|
| 18 |
-
"generated_at": "2026-08-26T17:
|
| 19 |
"measurements": {
|
| 20 |
"final_resumed_loss": 6.114025115966797,
|
| 21 |
"final_uninterrupted_loss": 6.114025115966797,
|
|
|
|
| 15 |
},
|
| 16 |
"claim_boundary": "Pass applies only to the declared engineering smoke artifact. It does not satisfy the full scientific G7 gate or checkpoint-restart H2.",
|
| 17 |
"gate_id": "G7",
|
| 18 |
+
"generated_at": "2026-08-26T17:05:37Z",
|
| 19 |
"measurements": {
|
| 20 |
"final_resumed_loss": 6.114025115966797,
|
| 21 |
"final_uninterrupted_loss": 6.114025115966797,
|
release-manifest.json
CHANGED
|
@@ -38,12 +38,12 @@
|
|
| 38 |
},
|
| 39 |
{
|
| 40 |
"path": "evidence/g6-tokenizer-quality.json",
|
| 41 |
-
"sha256": "
|
| 42 |
"size_bytes": 1018
|
| 43 |
},
|
| 44 |
{
|
| 45 |
"path": "evidence/g7-training-semantics.json",
|
| 46 |
-
"sha256": "
|
| 47 |
"size_bytes": 1318
|
| 48 |
},
|
| 49 |
{
|
|
@@ -77,7 +77,7 @@
|
|
| 77 |
"size_bytes": 17469
|
| 78 |
}
|
| 79 |
],
|
| 80 |
-
"manifest_sha256": "
|
| 81 |
"public_approval": {
|
| 82 |
"path": "PUBLICATION_REVIEW.md",
|
| 83 |
"sha256": "374f3e8a167788334bc6e3f056939d81a2b78ab8d82600733d9f69ec7ce9ab53",
|
|
|
|
| 38 |
},
|
| 39 |
{
|
| 40 |
"path": "evidence/g6-tokenizer-quality.json",
|
| 41 |
+
"sha256": "cab95f19eae838b634bdc8b81305ef19734bfd22e5dab37bbc653f7d6a18be4b",
|
| 42 |
"size_bytes": 1018
|
| 43 |
},
|
| 44 |
{
|
| 45 |
"path": "evidence/g7-training-semantics.json",
|
| 46 |
+
"sha256": "ce5691f643cb842ddc7e81dd02e75ff8bf109f7160a0d447293873eb631390aa",
|
| 47 |
"size_bytes": 1318
|
| 48 |
},
|
| 49 |
{
|
|
|
|
| 77 |
"size_bytes": 17469
|
| 78 |
}
|
| 79 |
],
|
| 80 |
+
"manifest_sha256": "ffe83856af26a3654a14b2adef75e20381e701c243cdb15d4d41fde1b85dc56c",
|
| 81 |
"public_approval": {
|
| 82 |
"path": "PUBLICATION_REVIEW.md",
|
| 83 |
"sha256": "374f3e8a167788334bc6e3f056939d81a2b78ab8d82600733d9f69ec7ce9ab53",
|