Update model card metadata, paper, and code repository links
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Model Card
|
| 2 |
|
| 3 |
## Overview
|
| 4 |
|
| 5 |
-
This repository contains the trained models from paper () and
|
| 6 |
|
| 7 |
Each model is provided as a compressed `.zip` archive containing the checkpoints and training logs for all five cross-validation folds.
|
| 8 |
|
|
@@ -48,7 +53,7 @@ Each fold directory contains:
|
|
| 48 |
GitHub repository:
|
| 49 |
|
| 50 |
```
|
| 51 |
-
https://github.com/
|
| 52 |
```
|
| 53 |
|
| 54 |
---
|
|
@@ -58,10 +63,10 @@ https://github.com/<your-username>/<your-repository>
|
|
| 58 |
If you use these models in your research, please cite the associated publication.
|
| 59 |
|
| 60 |
```bibtex
|
| 61 |
-
@article{
|
| 62 |
-
title={
|
| 63 |
-
author={
|
| 64 |
-
journal={
|
| 65 |
year={2026}
|
| 66 |
}
|
| 67 |
```
|
|
@@ -76,4 +81,4 @@ apache-2.0
|
|
| 76 |
|
| 77 |
## Contact
|
| 78 |
|
| 79 |
-
If you have questions or encounter any issues, please open an issue on the GitHub repository.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: video-classification
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
# Model Card
|
| 7 |
|
| 8 |
## Overview
|
| 9 |
|
| 10 |
+
This repository contains the trained models from the paper [Hierarchy-Aware and Anatomy-Guided Learning for Lung Ultrasound Video Classification](https://huggingface.co/papers/2607.17551) and the official [GitHub repository](https://github.com/Alya-Almsouti/LUS-video-classification).
|
| 11 |
|
| 12 |
Each model is provided as a compressed `.zip` archive containing the checkpoints and training logs for all five cross-validation folds.
|
| 13 |
|
|
|
|
| 53 |
GitHub repository:
|
| 54 |
|
| 55 |
```
|
| 56 |
+
https://github.com/Alya-Almsouti/LUS-video-classification
|
| 57 |
```
|
| 58 |
|
| 59 |
---
|
|
|
|
| 63 |
If you use these models in your research, please cite the associated publication.
|
| 64 |
|
| 65 |
```bibtex
|
| 66 |
+
@article{almsouti2026hierarchy,
|
| 67 |
+
title={Hierarchy-Aware and Anatomy-Guided Learning for Lung Ultrasound Video Classification},
|
| 68 |
+
author={Almsouti, Alya and others},
|
| 69 |
+
journal={arXiv preprint arXiv:2607.17551},
|
| 70 |
year={2026}
|
| 71 |
}
|
| 72 |
```
|
|
|
|
| 81 |
|
| 82 |
## Contact
|
| 83 |
|
| 84 |
+
If you have questions or encounter any issues, please open an issue on the GitHub repository.
|