Upload ModernBERT entity infilling model - 2025-10-17 09:42:43
Browse files- metadata.json +15 -0
metadata.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "modernbert",
|
| 3 |
+
"task_type": "entity-infilling",
|
| 4 |
+
"base_model": "answerdotai/ModernBERT-base",
|
| 5 |
+
"training_date": "2025-10-17T09:42:43.957362",
|
| 6 |
+
"framework": "pytorch",
|
| 7 |
+
"library": "transformers",
|
| 8 |
+
"tags": [
|
| 9 |
+
"modernbert",
|
| 10 |
+
"entity-infilling",
|
| 11 |
+
"text-summarization",
|
| 12 |
+
"masked-modeling",
|
| 13 |
+
"pytorch"
|
| 14 |
+
]
|
| 15 |
+
}
|