lynn-twinkl commited on
Commit ·
1af36cb
1
Parent(s): ac33de7
Ignoring data and cusom models in ner-training
Browse files- .gitignore +2 -0
.gitignore
CHANGED
|
@@ -158,6 +158,8 @@ cython_debug/
|
|
| 158 |
.DS_Store
|
| 159 |
notes/
|
| 160 |
data/
|
|
|
|
|
|
|
| 161 |
!README.md
|
| 162 |
*.md
|
| 163 |
# PyCharm
|
|
|
|
| 158 |
.DS_Store
|
| 159 |
notes/
|
| 160 |
data/
|
| 161 |
+
ner-training/data/
|
| 162 |
+
ner-training/roberta_model
|
| 163 |
!README.md
|
| 164 |
*.md
|
| 165 |
# PyCharm
|