Skip to content

Commit 33508d9

Browse files
committed
Merge branch 'main' into v0.11-release
2 parents 823599f + d99a3f8 commit 33508d9

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

.github/workflows/build_pr_documentation.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ concurrency:
99

1010
jobs:
1111
build:
12-
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@use_hf_hub
12+
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
1313
with:
1414
commit_sha: ${{ github.event.pull_request.head.sha }}
1515
pr_number: ${{ github.event.number }}
16-
package: huggingface_hub
17-
secrets:
18-
token: ${{ secrets.HF_DOC_PUSH }}
19-
comment_bot_token: ${{ secrets.HUGGINGFACE_PUSH }}
16+
package: huggingface_hub

.github/workflows/delete_doc_comment.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ on:
77

88
jobs:
99
delete:
10-
uses: huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@use_hf_hub
10+
uses: huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@main
1111
with:
1212
pr_number: ${{ github.event.number }}
13-
package: huggingface_hub
14-
secrets:
15-
token: ${{ secrets.HF_DOC_PUSH }}
16-
comment_bot_token: ${{ secrets.HUGGINGFACE_PUSH }}
13+
package: huggingface_hub

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)