Transformers
Italian
English
semantic-search
explainable-ai
faiss
ai-ethics
responsible-ai
llm
prompt-engineering
multimodal-ai
ai-transparency
ethical-intelligence
explainable-llm
cognitive-ai
ethical-ai
scientific-retrieval
modular-ai
memory-augmented-llm
trustworthy-ai
reasoning-engine
ai-alignment
next-gen-llm
thinking-machines
open-source-ai
explainability
ai-research
semantic audit
cognitive agent
human-centered-ai
Instructions to use elly99/MarCognity-AI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use elly99/MarCognity-AI with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("elly99/MarCognity-AI", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -284,6 +284,8 @@ MarCognity-AI provides two alternative execution modes:
|
|
| 284 |
local execution via downloaded models (e.g., GGUF via Hugging Face).
|
| 285 |
Ideal for offline use or environments without external API dependencies.
|
| 286 |
|
|
|
|
|
|
|
| 287 |
MarCognity-AI is model-agnostic: you can swap the reasoning core with
|
| 288 |
any GGUF-compatible model to match your hardware capabilities.
|
| 289 |
|
|
|
|
| 284 |
local execution via downloaded models (e.g., GGUF via Hugging Face).
|
| 285 |
Ideal for offline use or environments without external API dependencies.
|
| 286 |
|
| 287 |
+
under review
|
| 288 |
+
|
| 289 |
MarCognity-AI is model-agnostic: you can swap the reasoning core with
|
| 290 |
any GGUF-compatible model to match your hardware capabilities.
|
| 291 |
|