jan-hq commited on
Commit
a8ba462
·
verified ·
1 Parent(s): 49fce70

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.2
3
+ ---
4
+
5
+ ## Overview
6
+
7
+ [HomebrewResearch](https://homebrew.ltd/) have developed and released the family [Ichigo-llama3s](https://huggingface.co/collections/homebrewltd/ichigo-66ffc7484ef31ec5596ef6d0). This family is built upon [Llama 3.1 8B](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct) to natively understanding audio and text input.
8
+
9
+ ## Variants
10
+
11
+ | No | Variant | Cortex CLI command |
12
+ | --- | --- | --- |
13
+ | 1 | [main/default](https://huggingface.co/cortexso/llama3.2/tree/main) | `cortex run ichigo` |
14
+
15
+ ## Use it with Jan (UI)
16
+
17
+ 1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
18
+ 2. Use in Jan model Hub:
19
+ ```
20
+ cortexso/ichigo
21
+ ```
22
+
23
+ ## Use it with Cortex (CLI)
24
+
25
+ 1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
26
+ 2. Run the model with command:
27
+ ```
28
+ cortex run ichigo
29
+ ```
30
+
31
+ ## Credits
32
+
33
+ - **Author:** HomebrewResearch
34
+ - **Converter:** [Homebrew](https://www.homebrew.ltd/)
35
+ - **Original License:** [License](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct/blob/main/LICENSE.txt)
36
+ - **Papers:** [HomebrewResearch Blog](https://homebrew.ltd/blog/llama-learns-to-talk)