topic_modelling / .gitignore
Sean-Case
Model export changed to safetensors. Improved representational model function. Got zero shot topic modelling working
4cfed8e
raw
history blame
No virus
135 Bytes
*.pyc
*.ipynb
*.npz
*.csv
*.pkl
*.parquet
*.png
*.safetensors
*.json
.ipynb_checkpoints/*
old_code/*
model/*
output_model/*