Skip to content

Commit

Permalink
Update card generator
Browse files Browse the repository at this point in the history
  • Loading branch information
cg123 committed Dec 8, 2024
1 parent 7ee1c40 commit 18db2c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mergekit/card.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ def method_md(merge_method: str) -> str:
"dare_ties": "[DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708)",
"dare_linear": "linear [DARE](https://arxiv.org/abs/2311.03099)",
"model_stock": "[Model Stock](https://arxiv.org/abs/2403.19522)",
"della": "[DELLA](https://arxiv.org/abs/2406.11617)",
"della_linear": "linear [DELLA](https://arxiv.org/abs/2406.11617)",
"nuslerp": "NuSLERP",
}
return methods.get(merge_method, merge_method)

Expand Down

0 comments on commit 18db2c5

Please sign in to comment.