keemeng commited on
Commit
19b7eb7
·
verified ·
1 Parent(s): 173d236

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Model Card for Model ID
3
+
4
+ <!-- Provide a quick summary of what the model is/does. -->
5
+
6
+ This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
7
+
8
+ ## Model Details
9
+
10
+ ---
11
+ base_model: "google/vit-base-patch16-224-in21k"
12
+ model_name: "ECG_report_generation"
13
+ model_type: "VisionEncoderDecoderModel"
14
+ tags:
15
+ - "image-to-text"
16
+ - "ECG report generation"
17
+ ---