├── README.md ├── clip-classic-interrogator.py ├── clip-hallucin-interrogator.py ├── data ├── artists.txt ├── flavors.txt ├── mediums.txt ├── movements.txt ├── negative.txt ├── noise.txt ├── ownwords.txt ├── wCLIPUSA.txt ├── wCLIPanimals.txt ├── wCLIPcelebs.txt ├── wCLIPobjthings.txt ├── wCLIPpeople.txt ├── wCLIPplaces.txt ├── wCLIPsocialmedia.txt ├── wCLIPverbadj.txt ├── wCLIPx_bofh.txt ├── wCLIPy_negative.txt └── wCLIPz_hallucinwords.txt ├── diy-0-run-gradient-ascent.py ├── diy-1-preprocess-words.py ├── diy-2-make-clusters-DBSCAN.py ├── images ├── aishark.png ├── anesthcat.jpg ├── badsanta.png ├── btard.jpg ├── catloaf.png ├── certainkun.png ├── clipart.png ├── dogdoings.jpg ├── dream.png ├── handwrite.png ├── horse.jpg ├── inapprbanan.png ├── madmax.jpg ├── nufu.png ├── pleasedog.png ├── pleasegen.png ├── plundck.jpg ├── protest.png ├── ransom.png ├── resneuron.png ├── skelneur.png ├── snakeneur.png ├── stop.jpg ├── washface.png └── wolper.png ├── longmodel ├── __init__.py ├── bpe_simple_vocab_16e6.txt.gz ├── longclip.py ├── model_longclip.py └── simple_tokenizer.py ├── raw_words ├── !readme.txt └── raw_CLIP_words.txt ├── requirements-diy.txt ├── requirements.txt └── z_deprecated-run-gradient-ascent.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/README.md -------------------------------------------------------------------------------- /clip-classic-interrogator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/clip-classic-interrogator.py -------------------------------------------------------------------------------- /clip-hallucin-interrogator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/clip-hallucin-interrogator.py -------------------------------------------------------------------------------- /data/artists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/data/artists.txt -------------------------------------------------------------------------------- /data/flavors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/data/flavors.txt -------------------------------------------------------------------------------- /data/mediums.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/data/mediums.txt -------------------------------------------------------------------------------- /data/movements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/data/movements.txt -------------------------------------------------------------------------------- /data/negative.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/data/negative.txt -------------------------------------------------------------------------------- /data/noise.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/data/noise.txt -------------------------------------------------------------------------------- /data/ownwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/data/ownwords.txt -------------------------------------------------------------------------------- /data/wCLIPUSA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/data/wCLIPUSA.txt -------------------------------------------------------------------------------- /data/wCLIPanimals.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/data/wCLIPanimals.txt -------------------------------------------------------------------------------- /data/wCLIPcelebs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/data/wCLIPcelebs.txt -------------------------------------------------------------------------------- /data/wCLIPobjthings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/data/wCLIPobjthings.txt -------------------------------------------------------------------------------- /data/wCLIPpeople.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/data/wCLIPpeople.txt -------------------------------------------------------------------------------- /data/wCLIPplaces.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/data/wCLIPplaces.txt -------------------------------------------------------------------------------- /data/wCLIPsocialmedia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/data/wCLIPsocialmedia.txt -------------------------------------------------------------------------------- /data/wCLIPverbadj.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/data/wCLIPverbadj.txt -------------------------------------------------------------------------------- /data/wCLIPx_bofh.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/data/wCLIPx_bofh.txt -------------------------------------------------------------------------------- /data/wCLIPy_negative.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/data/wCLIPy_negative.txt -------------------------------------------------------------------------------- /data/wCLIPz_hallucinwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/data/wCLIPz_hallucinwords.txt -------------------------------------------------------------------------------- /diy-0-run-gradient-ascent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/diy-0-run-gradient-ascent.py -------------------------------------------------------------------------------- /diy-1-preprocess-words.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/diy-1-preprocess-words.py -------------------------------------------------------------------------------- /diy-2-make-clusters-DBSCAN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/diy-2-make-clusters-DBSCAN.py -------------------------------------------------------------------------------- /images/aishark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/aishark.png -------------------------------------------------------------------------------- /images/anesthcat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/anesthcat.jpg -------------------------------------------------------------------------------- /images/badsanta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/badsanta.png -------------------------------------------------------------------------------- /images/btard.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/btard.jpg -------------------------------------------------------------------------------- /images/catloaf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/catloaf.png -------------------------------------------------------------------------------- /images/certainkun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/certainkun.png -------------------------------------------------------------------------------- /images/clipart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/clipart.png -------------------------------------------------------------------------------- /images/dogdoings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/dogdoings.jpg -------------------------------------------------------------------------------- /images/dream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/dream.png -------------------------------------------------------------------------------- /images/handwrite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/handwrite.png -------------------------------------------------------------------------------- /images/horse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/horse.jpg -------------------------------------------------------------------------------- /images/inapprbanan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/inapprbanan.png -------------------------------------------------------------------------------- /images/madmax.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/madmax.jpg -------------------------------------------------------------------------------- /images/nufu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/nufu.png -------------------------------------------------------------------------------- /images/pleasedog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/pleasedog.png -------------------------------------------------------------------------------- /images/pleasegen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/pleasegen.png -------------------------------------------------------------------------------- /images/plundck.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/plundck.jpg -------------------------------------------------------------------------------- /images/protest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/protest.png -------------------------------------------------------------------------------- /images/ransom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/ransom.png -------------------------------------------------------------------------------- /images/resneuron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/resneuron.png -------------------------------------------------------------------------------- /images/skelneur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/skelneur.png -------------------------------------------------------------------------------- /images/snakeneur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/snakeneur.png -------------------------------------------------------------------------------- /images/stop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/stop.jpg -------------------------------------------------------------------------------- /images/washface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/washface.png -------------------------------------------------------------------------------- /images/wolper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/images/wolper.png -------------------------------------------------------------------------------- /longmodel/__init__.py: -------------------------------------------------------------------------------- 1 | from .longclip import * 2 | -------------------------------------------------------------------------------- /longmodel/bpe_simple_vocab_16e6.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/longmodel/bpe_simple_vocab_16e6.txt.gz -------------------------------------------------------------------------------- /longmodel/longclip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/longmodel/longclip.py -------------------------------------------------------------------------------- /longmodel/model_longclip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/longmodel/model_longclip.py -------------------------------------------------------------------------------- /longmodel/simple_tokenizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/longmodel/simple_tokenizer.py -------------------------------------------------------------------------------- /raw_words/!readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/raw_words/!readme.txt -------------------------------------------------------------------------------- /raw_words/raw_CLIP_words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/raw_words/raw_CLIP_words.txt -------------------------------------------------------------------------------- /requirements-diy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/requirements-diy.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/requirements.txt -------------------------------------------------------------------------------- /z_deprecated-run-gradient-ascent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zer0int/CLIP-Interrogator-LongCLIP-hallucinwords/HEAD/z_deprecated-run-gradient-ascent.py --------------------------------------------------------------------------------