MengniWang's picture
add model card
65328e7
|
raw
history blame
880 Bytes
---
license: apache-2.0
datasets:
- lambada
language:
- en
library_name: transformers
pipeline_tag: text-generation
tags:
- text-generation-inference
- causal-lm
- int8
- ONNX
- PostTrainingStatic
- Intel® Neural Compressor
- neural-compressor
---
## Model Details: INT8 gpt-j-6B
GPT-J 6B is a transformer model trained using Ben Wang's [Mesh Transformer JAX](https://github.com/kingoflolz/mesh-transformer-jax/). "GPT-J" refers to the class of model, while "6B" represents the number of trainable parameters.
This int8 model is generated with [neural-compressor](https://github.com/intel/neural-compressor) and the fp32 model is from this [repo](https://huggingface.co/OWG/gpt-j-6B)
# How to use
Download the model and script by cloning the repository via `git clone https://huggingface.co/Intel/gpt-j-6B-int8-static`.
Then you do inference based on the model and script.