Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- quantization
|
| 5 |
+
- bitsandbytes
|
| 6 |
+
- gpt2
|
| 7 |
+
- text-classification
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# GPT-2 Large AG News - bitsandbytes Quantization Results
|
| 11 |
+
|
| 12 |
+
Quantization results using bitsandbytes library.
|
| 13 |
+
|
| 14 |
+
## Methods
|
| 15 |
+
- INT8 (8-bit)
|
| 16 |
+
- NF4 (4-bit)
|
| 17 |
+
|
| 18 |
+
## Results
|
| 19 |
+
See `task_2_3_results.json` for complete metrics.
|
| 20 |
+
|
| 21 |
+
Base model: [ranjan56cse/gpt2-large-agnews-classifier](https://huggingface.co/ranjan56cse/gpt2-large-agnews-classifier)
|