Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,14 @@ The aim of this experiment was to find how intelligently and reliably Jamba can
|
|
11 |
|
12 |
Initial subjective testing has shown that this model can chat reasonably well in both English and Japanese, so feel free to give it a try!
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
```python
|
17 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
@@ -177,5 +184,6 @@ special_tokens:
|
|
177 |
|
178 |
# Developers
|
179 |
|
180 |
-
Lead developer - Peter Devine
|
181 |
-
|
|
|
|
11 |
|
12 |
Initial subjective testing has shown that this model can chat reasonably well in both English and Japanese, so feel free to give it a try!
|
13 |
|
14 |
+
## Model Details
|
15 |
+
|
16 |
+
- **Model type:** Joint Attention and Mamba (Jamba)
|
17 |
+
- **License:** Apache 2.0
|
18 |
+
- **Context length:** 256K
|
19 |
+
- **Knowledge cutoff date:** March 5, 2024
|
20 |
+
|
21 |
+
## How to use
|
22 |
|
23 |
```python
|
24 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
184 |
|
185 |
# Developers
|
186 |
|
187 |
+
Lead developer - Peter Devine [ptrdvn](https://huggingface.co/ptrdvn)
|
188 |
+
|
189 |
+
Administrative supervisor - Shunichi Taniguchi [ptrdvn](https://huggingface.co/ptrdvn)
|