File size: 1,324 Bytes
93a4794 |
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 51 |
---
datasets:
- HuggingFaceH4/ultrachat_200k
base_model:
- google/gemma-2-9b-it
library_name: transformers
---
## google/gemma-2-9b-it - W8A8_FP8 Compression
This is a compressed model using [llmcompressor](https://github.com/vllm-project/llm-compressor).
## Compression Configuration
- Base Model: google/gemma-2-9b-it
- Compression Scheme: W8A8_FP8
- Dataset: HuggingFaceH4/ultrachat_200k
- Dataset Split: train_sft
- Number of Samples: 512
- Preprocessor: chat
- Maximum Sequence Length: 8192
## Sample Output
#### Prompt:
```
<bos><start_of_turn>user
Who is Alan Turing?<end_of_turn>
```
#### Output:
```
<bos><bos><start_of_turn>user
Who is Alan Turing?<end_of_turn>
* **Alan Turing (1912-1954) was a British mathematician and computer scientist widely considered to be the father of theoretical computer science and artificial intelligence.**
Here are some key points about his life and work:
* **Breaking the Enigma Code:** During World War II, Turing played a pivotal role in breaking the German Enigma code at Bletchley Park. His work is credited with shortening the war and saving countless lives.
* **Turing Machine:** He developed the concept of the Turing machine, a theoretical model of computation that laid the foundation for modern computers.
* **Turing Test:** He
```
## Evaluation
<TODO>
|