Push model using huggingface_hub.
Browse files- README.md +12 -3
- config.json +33 -0
- model.safetensors +3 -0
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: zero-shot-classification
|
| 4 |
+
tags:
|
| 5 |
+
- model_hub_mixin
|
| 6 |
+
- pytorch_model_hub_mixin
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 10 |
+
- Code: https://github.com/your-org/your-repo
|
| 11 |
+
- Paper: [More Information Needed]
|
| 12 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha": 1,
|
| 3 |
+
"apply_gnn_encoders": "both",
|
| 4 |
+
"base_model_name": "hf-hub:microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224",
|
| 5 |
+
"batch_size": 64,
|
| 6 |
+
"context_length": 256,
|
| 7 |
+
"csv_path": "./mimic_cxr.csv",
|
| 8 |
+
"dropout_rate": 0.1,
|
| 9 |
+
"eval": true,
|
| 10 |
+
"feature_dim": 512,
|
| 11 |
+
"filename": "ACE-LoRA_weights",
|
| 12 |
+
"hidden_features": 128,
|
| 13 |
+
"label_csv_path": "mimic-cxr-chexpert_labeled_data.csv",
|
| 14 |
+
"learnable_logit_scale": true,
|
| 15 |
+
"loss_type": "clip_loss_ace_hgnn",
|
| 16 |
+
"lr": 0.001,
|
| 17 |
+
"num_devices": 3,
|
| 18 |
+
"num_epochs": 40,
|
| 19 |
+
"output_dim": 512,
|
| 20 |
+
"params": [
|
| 21 |
+
"q",
|
| 22 |
+
"k",
|
| 23 |
+
"v"
|
| 24 |
+
],
|
| 25 |
+
"position": "all",
|
| 26 |
+
"r": 4,
|
| 27 |
+
"rank": 0,
|
| 28 |
+
"root_path": "",
|
| 29 |
+
"save_path": "./ACE-LoRA",
|
| 30 |
+
"seed": 1,
|
| 31 |
+
"topk": 5,
|
| 32 |
+
"use_labels": true
|
| 33 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34b5c8d95f766e9cc70f73e8af9047d437ecd8dd4db596890b7c973fe466e4e9
|
| 3 |
+
size 3895656
|