Push model using huggingface_hub.
Browse files- README.md +11 -0
- config.json +32 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: ICD10-classification
|
| 3 |
+
tags:
|
| 4 |
+
- model_hub_mixin
|
| 5 |
+
- pytorch_model_hub_mixin
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 9 |
+
- Code: https://gitlab.com/anahealthcare/ri/icd10-classification
|
| 10 |
+
- Paper: [More Information Needed]
|
| 11 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"classes": [
|
| 3 |
+
"I",
|
| 4 |
+
"II",
|
| 5 |
+
"III",
|
| 6 |
+
"IV",
|
| 7 |
+
"V",
|
| 8 |
+
"VI",
|
| 9 |
+
"VII",
|
| 10 |
+
"VIII",
|
| 11 |
+
"IX",
|
| 12 |
+
"X",
|
| 13 |
+
"XI",
|
| 14 |
+
"XII",
|
| 15 |
+
"XIII",
|
| 16 |
+
"XIV",
|
| 17 |
+
"XV",
|
| 18 |
+
"XVI",
|
| 19 |
+
"XVII",
|
| 20 |
+
"XVIII",
|
| 21 |
+
"XIX",
|
| 22 |
+
"XX",
|
| 23 |
+
"XXI",
|
| 24 |
+
"XXII"
|
| 25 |
+
],
|
| 26 |
+
"dropout": 0.15,
|
| 27 |
+
"hidden_sizes": [
|
| 28 |
+
256
|
| 29 |
+
],
|
| 30 |
+
"input_dim": 768,
|
| 31 |
+
"model_name": "models/pubmedbert-base-embeddings"
|
| 32 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d4b359173d5f140aa0c0ab356d187ed1992857a037fc903062ea59b5d2965fc
|
| 3 |
+
size 812928
|