daedalus314 commited on
Commit
91f9d25
1 Parent(s): 2bb6f46

Create README.md

Browse files

# Overview
This model is a quantized version of [Griffin-3B](https://huggingface.co/acrastt/Griffin-3B). The quantization has been done following the sample [notebook](https://colab.research.google.com/drive/1_TIrmuKOFhuRRiTWN94iLKUFu6ZX4ceb) provided by Hugging Face.

Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - LDJnr/Puffin
5
+ language:
6
+ - en
7
+ library_name: transformers
8
+ tags:
9
+ - NLP
10
+ - GPTQ
11
+ ---