File size: 1,315 Bytes
b141d59 4ca931a c954616 2004e4b a7910d4 0389fc4 a7910d4 2004e4b 4ca931a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
---
license: apache-2.0
datasets:
- ndavidson/nexus_products
language:
- en
pipeline_tag: text-generation
tags:
- networking
- cisco
---
# Cisco iNAM
Cisco iNAM (Intelligent Networking, Automation, and Management), is a nano sized LLM used for asking questions about Cisco Datacenter Products. It is finetuned from the pretrained Phi-2 model from Microsoft Research.
## Model Details
### Model Description
Model is quantized to 4-bit to be able to run inference on physical deployments of datacenter products. Initial launch is planned for Nexus Dashboard.
- **Developed by:** Cisco
- **Funded by [optional]:** Cisco
- **Model type:** Transformer
- **Language(s) (NLP):** English
- **License:** Cisco Commercial
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [More Information Needed]
- **Paper [optional]:** [More Information Needed]
- **Demo [optional]:** [More Information Needed]
# Prompt Format
iNAM uses ChatML as the prompt format.
It's recommended to always prompt with a system instruction (use whatever system prompt you like):
```
<|im_start|>system
You are a helpful assistant for Python which outputs in Markdown format.<|im_end|>
<|im_start|>user
Write a function to calculate the Fibonacci sequence<|im_end|>
<|im_start|>assistant
``` |