Removed unecessary comments
Browse files- current_card.md +1 -6
current_card.md
CHANGED
@@ -5,8 +5,6 @@ language:
|
|
5 |
|
6 |
# {{ model_name }}
|
7 |
|
8 |
-
<!--> Provide a quick summary of what the model is/does. <!-->
|
9 |
-
|
10 |
# Table of Contents
|
11 |
|
12 |
- [{{ model_name }}](#-model_name)
|
@@ -19,7 +17,7 @@ language:
|
|
19 |
|
20 |
|
21 |
# 1. Model Basic Information
|
22 |
-
|
23 |
- **Version:** {{ version | default("0")}}
|
24 |
## 1.1. Intended use
|
25 |
- **Treatment site ICD10:** {{ icd10 | default("More information needed", true) }}
|
@@ -78,6 +76,3 @@ Age distribution | Sex distribution
|
|
78 |
# 4. Model Evaluation
|
79 |
|
80 |
# 5. Model Examination
|
81 |
-
<!--> This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. <!-->
|
82 |
-
|
83 |
-
|
|
|
5 |
|
6 |
# {{ model_name }}
|
7 |
|
|
|
|
|
8 |
# Table of Contents
|
9 |
|
10 |
- [{{ model_name }}](#-model_name)
|
|
|
17 |
|
18 |
|
19 |
# 1. Model Basic Information
|
20 |
+
|
21 |
- **Version:** {{ version | default("0")}}
|
22 |
## 1.1. Intended use
|
23 |
- **Treatment site ICD10:** {{ icd10 | default("More information needed", true) }}
|
|
|
76 |
# 4. Model Evaluation
|
77 |
|
78 |
# 5. Model Examination
|
|
|
|
|
|