Downloads · 30 days
5
26% of all-time downloads
wza/CURV
CURV is a machine learning model from wza. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as apache-2.0.
A fine-tuned model for chest X-ray report generation.
Downloads · 30 days
5
26% of all-time downloads
All-time downloads
19
Public
Parameters
3.8B
7.5 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors7.5 GB · 100%
From the Hugging Face model README
A fine-tuned model for chest X-ray report generation.
Github: https://github.com/wwwadx/CURV
This model was fine-tuned using GRPO for chest X-ray report generation.
from modelscope import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained('wzaAAAAA/CURV')
tokenizer = AutoTokenizer.from_pretrained('wzaAAAAA/CURV')
config.json: Model configurationmodel-*.safetensors: Model weightstokenizer_config.json: Tokenizer configurationgeneration_config.json: Generation configurationThis model is released under the Apache 2.0 license.