Upload model_config.json with huggingface_hub
Browse files- model_config.json +7 -0
model_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract",
|
| 3 |
+
"num_labels": 2,
|
| 4 |
+
"num_location_features": 2,
|
| 5 |
+
"num_temporal_features": 7,
|
| 6 |
+
"max_length": 512
|
| 7 |
+
}
|