Instructions to use Entropiex/DeepAnalyze-8B-4bit-nf4-noDQ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Entropiex/DeepAnalyze-8B-4bit-nf4-noDQ with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Entropiex/DeepAnalyze-8B-4bit-nf4-noDQ")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Entropiex/DeepAnalyze-8B-4bit-nf4-noDQ", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload 9 files
#1 opened 5 months ago
by
Entropiex