Skip to content

Commit ab5babc

Browse files
Parent Model --> Finetuned from model (#1191)
This change matches the wording in the template to the corresponding metadata variable.
1 parent ab17148 commit ab5babc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/huggingface_hub/templates/modelcard_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
- **Model type:** {{ model_type | default("[More Information Needed]", true)}}
3939
- **Language(s) (NLP):** {{ language | default("[More Information Needed]", true)}}
4040
- **License:** {{ license | default("[More Information Needed]", true)}}
41-
- **Parent Model [optional]:** {{ parent_model | default("[More Information Needed]", true)}}
41+
- **Finetuned from model [optional]:** {{ finetuned_from | default("[More Information Needed]", true)}}
4242
- **Resources for more information:** {{ more_resources | default("[More Information Needed]", true)}}
4343

4444
# Uses

0 commit comments

Comments
 (0)