Spaces:
Running
Running
change gitignore
Browse files- .gitignore +4 -0
.gitignore
CHANGED
@@ -63,3 +63,7 @@ np_text_model
|
|
63 |
IMG_Models
|
64 |
notebooks
|
65 |
static
|
|
|
|
|
|
|
|
|
|
63 |
IMG_Models
|
64 |
notebooks
|
65 |
static
|
66 |
+
# Ignore model and tokenizer files
|
67 |
+
np_text_model/classifier/sentencepiece.bpe.model
|
68 |
+
np_text_model/classifier/tokenizer.json
|
69 |
+
|