Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kentaroy47/quantize-huggingface

Quantize Huggingface transformers like BERT :hugs:
https://github.com/kentaroy47/quantize-huggingface

bert quantization

Last synced: about 14 hours ago
JSON representation

Quantize Huggingface transformers like BERT :hugs:

Awesome Lists containing this project

README

        

# Quantize huggingface models

see `huggingface-tweet.ipynb` for the implementation.

we quantize distilbert for test, but you can swap to any models.

| Quantized bit | F1 |
|---------------|-------|
| 4 | 0.71 |
| 5 | 0.73 |
| 6 | 0.745 |
| 7 | 0.75 |
| 8 | 0.75 |
| Full | 0.76 |