Upload .gitignore with huggingface_hub
Browse files- .gitignore +7 -0
.gitignore
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model.pt
|
| 2 |
+
notebooks/.ipynb_checkpoints
|
| 3 |
+
.ipynb_checkpoints
|
| 4 |
+
__pycache__
|
| 5 |
+
notebooks/clip_v1_0.1_state_dict.pt
|
| 6 |
+
notebooks/models
|
| 7 |
+
notebooks/train/wandb
|