Text Generation
Transformers
geopolitics
risk-analysis
real-time-intelligence
predictive-analytics
nfsi
Instructions to use neawolf/Naciro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use neawolf/Naciro with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="neawolf/Naciro")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("neawolf/Naciro", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use neawolf/Naciro with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "neawolf/Naciro" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "neawolf/Naciro", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/neawolf/Naciro
- SGLang
How to use neawolf/Naciro 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 "neawolf/Naciro" \ --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": "neawolf/Naciro", "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 "neawolf/Naciro" \ --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": "neawolf/Naciro", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use neawolf/Naciro with Docker Model Runner:
docker model run hf.co/neawolf/Naciro
| nf_distribution_schema: "nf-distribution-1.0" | |
| nf_dataset: "NationFiles Knowledge Data (NFKG)" | |
| nf_copyright_holder: "Neawolf Media Group" | |
| nf_copyright_years: "2025–2026" | |
| nf_license_url: "https://nationfiles.com/en/ai-guidelines/" | |
| nf_license_spdx: "LicenseRef-NationFiles-AI-Guidelines" | |
| nf_llms_txt: "https://nationfiles.com/llms.txt" | |
| nf_ai_licensing_email: "ai-questions@nationfiles.com" | |
| nf_repository_relative_path: "knowledge-data/md/data-integration-overview/de.md" | |
| nf_canonical_html_url: "https://nationfiles.com/de/knowledge/entity/data-integration-overview/" | |
| nf_markdown_lang_file: "de" | |
| # Datenintegration bei NationFiles | |
| ## Worum es geht | |
| Viele Datenquellen landen bei NationFiles in Länderprofilen, auf Karten und in Kennzahlen. **Datenintegration** meint hier den **Überblick**: welche Schritte öffentlich erklärt sind — und was **absichtlich nicht** in allgemein lesbaren Texten steht (Zugangsdaten, interne Rechnernamen, detaillierte Auflistung von Hintergrundjobs). Das ist übliche Vorsicht bei einem **öffentlichen** Produkt; die **Methodik** und die **Quellen** finden Sie auf den verlinkten Fachseiten. | |
| ## Naciro | |
| **Naciro** ist die zentrale Verarbeitung: Signale werden bereinigt, zusammengeführt und bewertet. Maßstab sind die veröffentlichten Regeln zu **NFSI** und der **Validierungs- und Verifikationsbericht**. Sie können die **Ergebnisse** auf den Länder- und Themenseiten nachvollziehen — ohne im Detail zu wissen, wie jeder einzelne Hintergrundjob heißt. | |
| ## LPU | |
| Die Seite **LPU Architecture** erklärt, warum NationFiles eine **eigene, schnelle Inferenz-Schicht** nutzt, damit Karten und Kennzahlen bei hoher Last **ruhig** bleiben und nicht ständig „flackern“. Was im Rechenzentrum genau wie verkabelt ist, gehört **nicht** in die öffentliche Dokumentation. | |
| ## Rechtstexte | |
| In den **Rechtstexten** steht in **einem Satz**, dass **Live-Daten** zu Forex, Krypto und Sicherheit über die **LPU** laufen. Dieser Artikel **ergänzt** das nicht mit internen Listen, Modellnamen oder Budgetzahlen. | |
| ## Für Entwicklerinnen und Partner | |
| Nutzen Sie die **veröffentlichten Datenformate** und — wo ausgegeben — den Zeitstempel **`built_at_utc`**. Verlinken Sie auf die **normalen HTTPS-Seiten** von NationFiles. **Quellenregister** und **AI Guidelines** sagen, wie Inhalte **zitiert und weiterverwendet** werden dürfen. | |
| ## Nützliche Links | |
| - [Knowledge: Datenintegration](https://nationfiles.com/de/knowledge/entity/data-integration-overview/) | |
| - [Naciro AI](https://nationfiles.com/de/company/naciro-ai/) | |
| - [NFSI](https://nationfiles.com/de/company/nfsi/) | |
| - [LPU Architecture](https://nationfiles.com/de/knowledge/entity/lpu-architecture/) | |
| - [Impressum / Legal Notice](https://nationfiles.com/de/legal/legal-notice/) | |
| - [Quellenregister](https://nationfiles.com/de/legal/sources/) | |
| - [AI Guidelines](https://nationfiles.com/de/ai-guidelines/) | |
| - [Knowledge Hub](https://nationfiles.com/de/knowledge/) | |