Upload Envision Eye Imaging Classifier v2 (4-class, 524 datasets found)
Browse files- README.md +1 -0
- config_setfit.json +2 -2
README.md
CHANGED
|
@@ -157,3 +157,4 @@ ENVISION (Eye Imaging Dataset Discovery) is a systematic effort to catalog and c
|
|
| 157 |
|
| 158 |
MIT License
|
| 159 |
|
|
|
|
|
|
| 157 |
|
| 158 |
MIT License
|
| 159 |
|
| 160 |
+
|
config_setfit.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"normalize_embeddings": false,
|
| 3 |
"labels": [
|
| 4 |
"NEGATIVE",
|
| 5 |
"EDGE_CASE",
|
| 6 |
"EYE_SOFTWARE",
|
| 7 |
"EYE_IMAGING"
|
| 8 |
-
]
|
|
|
|
| 9 |
}
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"labels": [
|
| 3 |
"NEGATIVE",
|
| 4 |
"EDGE_CASE",
|
| 5 |
"EYE_SOFTWARE",
|
| 6 |
"EYE_IMAGING"
|
| 7 |
+
],
|
| 8 |
+
"normalize_embeddings": false
|
| 9 |
}
|