
Feedback and support: TensorBlock's Twitter/X, Telegram Group and Discord server
akrishnan/gpt2-350M-unlearning-BIOSR_supersampled_biographies_x10_lr_0.0005_seed_123 - GGUF
This repo contains GGUF format model files for akrishnan/gpt2-350M-unlearning-BIOSR_supersampled_biographies_x10_lr_0.0005_seed_123.
The files were quantized using machines provided by TensorBlock, and they are compatible with llama.cpp as of commit b4882.
Prompt template
Unable to determine prompt format automatically. Please check the original model repository for the correct prompt format.
Model file specification
Downloading instruction
Command line
Firstly, install Huggingface Client
pip install -U "huggingface_hub[cli]"
Then, downoad the individual model file the a local directory
huggingface-cli download tensorblock/gpt2-350M-unlearning-BIOSR_supersampled_biographies_x10_lr_0.0005_seed_123-GGUF --include "gpt2-350M-unlearning-BIOSR_supersampled_biographies_x10_lr_0.0005_seed_123-Q2_K.gguf" --local-dir MY_LOCAL_DIR
If you wanna download multiple model files with a pattern (e.g., *Q4_K*gguf
), you can try:
huggingface-cli download tensorblock/gpt2-350M-unlearning-BIOSR_supersampled_biographies_x10_lr_0.0005_seed_123-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
- Downloads last month
- 179
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no pipeline_tag.