Thiago
commited on
Commit
·
057f6bd
1
Parent(s):
05b0e9e
Add subfolders to models
Browse files- models/all_labels_hierarchy/.DS_Store +0 -0
- models/{higher_order_hierarchy → all_labels_hierarchy/branch_tfidf/classifiers}/.gitignore +2 -1
- models/all_labels_hierarchy/branch_tfidf/vectorizers/.gitignore +5 -0
- models/all_labels_hierarchy/single_tfidf/.DS_Store +0 -0
- models/all_labels_hierarchy/single_tfidf/classifiers/.gitignore +5 -0
- models/all_labels_hierarchy/single_tfidf/vectorizers/.gitignore +5 -0
- models/higher_order_hierarchy/.DS_Store +0 -0
- models/{all_labels_hierarchy → higher_order_hierarchy/PathologyEmoryPubMedBERT}/.gitignore +0 -0
models/all_labels_hierarchy/.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
models/{higher_order_hierarchy → all_labels_hierarchy/branch_tfidf/classifiers}/.gitignore
RENAMED
@@ -1,4 +1,5 @@
|
|
1 |
# Ignore everything in this directory
|
2 |
*
|
3 |
# Except this file
|
4 |
-
!.gitignore
|
|
|
|
1 |
# Ignore everything in this directory
|
2 |
*
|
3 |
# Except this file
|
4 |
+
!.gitignore
|
5 |
+
|
models/all_labels_hierarchy/branch_tfidf/vectorizers/.gitignore
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Ignore everything in this directory
|
2 |
+
*
|
3 |
+
# Except this file
|
4 |
+
!.gitignore
|
5 |
+
|
models/all_labels_hierarchy/single_tfidf/.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
models/all_labels_hierarchy/single_tfidf/classifiers/.gitignore
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Ignore everything in this directory
|
2 |
+
*
|
3 |
+
# Except this file
|
4 |
+
!.gitignore
|
5 |
+
|
models/all_labels_hierarchy/single_tfidf/vectorizers/.gitignore
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Ignore everything in this directory
|
2 |
+
*
|
3 |
+
# Except this file
|
4 |
+
!.gitignore
|
5 |
+
|
models/higher_order_hierarchy/.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
models/{all_labels_hierarchy → higher_order_hierarchy/PathologyEmoryPubMedBERT}/.gitignore
RENAMED
File without changes
|