Skip to content

Commit 524313b

Browse files
author
Dillon Ward
committed
removing model
1 parent 9f62078 commit 524313b

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.gitignore

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,15 @@ coverage.xml
8080
*~
8181

8282
# files are too big for github
83-
# BERT model files
84-
bert_model/
85-
bert_model_with_params/
83+
models/bert_model/
84+
models/bert_model_with_params/
85+
models/bert_finetuned/
86+
models/bert_finetuned_with_params/
8687
# Compressed model files
87-
bert_model.tar.gz
88-
bert_model_with_params.tar.gz
88+
models/bert_model.tar.gz
89+
models/bert_model_with_params.tar.gz
90+
models/bert_finetuned.tar.gz
91+
models/bert_finetuned_with_params.tar.gz
92+
# Any large model files
93+
models/*.safetensors
94+
models/*.bin

0 commit comments

Comments
 (0)