Commit 212bdc54 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

`import.md`: model architectures spelling

parent dca66862
...@@ -6,10 +6,9 @@ This guide walks through creating an Ollama model from an existing model on Hugg ...@@ -6,10 +6,9 @@ This guide walks through creating an Ollama model from an existing model on Hugg
Ollama supports a set of model architectures, with support for more coming soon: Ollama supports a set of model architectures, with support for more coming soon:
- Llama - Llama & Mistral
- Mistral
- Falcon & RW - Falcon & RW
- GPTNeoX - GPT-NeoX
- BigCode - BigCode
To view a model's architecture, check its `config.json` file. You should see an entry under `architecture` (e.g. `LlamaForCausalLM`). To view a model's architecture, check its `config.json` file. You should see an entry under `architecture` (e.g. `LlamaForCausalLM`).
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment