Spaces:
Runtime error
Runtime error
Boris Ustyugov
commited on
Commit
·
e01c3a8
1
Parent(s):
509468f
Update .gitignore to exclude large model files
Browse files- .gitignore +11 -0
.gitignore
CHANGED
|
@@ -4,3 +4,14 @@ model_chekpoint/rng_state.pth
|
|
| 4 |
model_chekpoint/scheduler.pt
|
| 5 |
model_chekpoint/trainer_state.json
|
| 6 |
model_chekpoint/training_args.bin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
model_chekpoint/scheduler.pt
|
| 5 |
model_chekpoint/trainer_state.json
|
| 6 |
model_chekpoint/training_args.bin
|
| 7 |
+
model_chekpoint/model.safetensors
|
| 8 |
+
|
| 9 |
+
# Exclude large files in root directory
|
| 10 |
+
model.safetensors
|
| 11 |
+
optimizer.pt
|
| 12 |
+
rng_state.pth
|
| 13 |
+
scheduler.pt
|
| 14 |
+
trainer_state.json
|
| 15 |
+
training_args.bin
|
| 16 |
+
tokenizer.json
|
| 17 |
+
vocab.txt
|