File size: 479 Bytes
b5066cf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
license: llama2
---

Llama 2 13b is a pretty decent language model. You know what's probably better? *Two* Llama 2 13b models. In a trenchcoat.

Produced by [`bakllama.py`](https://github.com/cg123/mergekit/blob/main/bakllama.py) with this config file:
```yml
layer_slices:
  - model: TheBloke/Llama-2-13B-fp16
    start: 0
    end: 40
  - model: TheBloke/Llama-2-13B-fp16
    start: 0
    end: 40
```

No fine tuning was done on this model. Yes, it's still coherent somehow.