File size: 1,585 Bytes
216de72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
aa0ab43
216de72
aa0ab43
216de72
aa0ab43
216de72
 
 
 
 
 
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
---
datasets:
- HuggingFaceH4/ultrachat_200k
base_model:
- meta-llama/Meta-Llama-3-8B
library_name: transformers, deltazip
---

## meta-llama/Meta-Llama-3-8B - 4b_2n4m_128bs Compression

This is a compressed model using [deltazip](https://github.com/eth-easl/deltazip).

[Paper](https://arxiv.org/abs/2312.05215), [Compression Tool](https://github.com/eth-easl/deltazip), [Inference Engine (Soon)](https://github.com/eth-easl/deltazip).

## Compression Configuration

- Base Model: meta-llama/Meta-Llama-3-8B
- Compression Scheme: 4b_2n4m_128bs
- Dataset: HuggingFaceH4/ultrachat_200k
- Dataset Split: train_sft
- Max Sequence Length: 2048
- Number of Samples: 256

## Sample Output

#### Prompt: 

```
[{'role': 'user', 'content': 'Who is Alan Turing?'}]
```

#### Output: 

```
<|begin_of_text|><|start_header_id|>user<|end_header_id|>

Who is Alan Turing?<|eot_id|><|start_header_id|>assistant<|end_header_id|>

Alan Turing (1912-1954) was a British mathematician, computer scientist, logician, and philosopher who made significant contributions to the development of computer science, artificial intelligence, and cryptography. He is widely considered one of the most important figures in the history of computer science and artificial intelligence.

Turing's work had a profound impact on the development of modern computing and artificial intelligence. Some of his most notable contributions include:

1. The Turing Machine: Turing proposed the Turing machine, a theoretical model for a computer that can perform calculations and manipulate data. The
```

## Evaluation

<TODO>