Instructions to use rafmacalaba/gliner-datause-probe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use rafmacalaba/gliner-datause-probe with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("rafmacalaba/gliner-datause-probe") - Notebooks
- Google Colab
- Kaggle
Upload checkpoint_selection.json with huggingface_hub
Browse files- checkpoint_selection.json +32 -7
checkpoint_selection.json
CHANGED
|
@@ -3,18 +3,43 @@
|
|
| 3 |
"results": [
|
| 4 |
{
|
| 5 |
"checkpoint": "checkpoint-4",
|
| 6 |
-
"thr": 0.
|
| 7 |
-
"f05": 0.
|
| 8 |
},
|
| 9 |
{
|
| 10 |
"checkpoint": "checkpoint-16",
|
| 11 |
-
"thr": 0.
|
| 12 |
-
"f05": 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
}
|
| 14 |
],
|
| 15 |
"winner": {
|
| 16 |
-
"checkpoint": "checkpoint-
|
| 17 |
-
"thr": 0.
|
| 18 |
-
"f05": 0.
|
| 19 |
}
|
| 20 |
}
|
|
|
|
| 3 |
"results": [
|
| 4 |
{
|
| 5 |
"checkpoint": "checkpoint-4",
|
| 6 |
+
"thr": 0.6,
|
| 7 |
+
"f05": 0.3698
|
| 8 |
},
|
| 9 |
{
|
| 10 |
"checkpoint": "checkpoint-16",
|
| 11 |
+
"thr": 0.7,
|
| 12 |
+
"f05": 0.5661
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"checkpoint": "checkpoint-4543",
|
| 16 |
+
"thr": 0.7,
|
| 17 |
+
"f05": 0.8455
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"checkpoint": "checkpoint-9086",
|
| 21 |
+
"thr": 0.7,
|
| 22 |
+
"f05": 0.8639
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"checkpoint": "checkpoint-13629",
|
| 26 |
+
"thr": 0.7,
|
| 27 |
+
"f05": 0.866
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"checkpoint": "checkpoint-18172",
|
| 31 |
+
"thr": 0.7,
|
| 32 |
+
"f05": 0.8691
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"checkpoint": "checkpoint-22715",
|
| 36 |
+
"thr": 0.7,
|
| 37 |
+
"f05": 0.8702
|
| 38 |
}
|
| 39 |
],
|
| 40 |
"winner": {
|
| 41 |
+
"checkpoint": "checkpoint-22715",
|
| 42 |
+
"thr": 0.7,
|
| 43 |
+
"f05": 0.8702
|
| 44 |
}
|
| 45 |
}
|