Skip to content

Commit

Permalink
refactor: revert codeg
Browse files Browse the repository at this point in the history
  • Loading branch information
Minh141120 committed Jan 23, 2025
1 parent 32d6e9d commit 160d926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/convert-model-all-quant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
{"role": "system", "content": "You are a helpful assistant."},
{
"role": "user",
"content": f"Write a concise overview for an ai model named '{target_model_id}' derived from '{source_model_id}', highlighting its purpose, use cases, and performance. You DO NOT generate title (# heading 1) and summary sections. For the overview section, make it concise and in a paragraph of 5 sentences"
"content": f"Write a concise overview for a machine learning model named '{target_model_id}' derived from '{source_model_id}', highlighting its purpose, use cases, and performance. You DO NOT generate title (# heading 1) and summary sections. For the overview section, make it concise and in a paragraph of 5 sentences"
}
]
)
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
- **Author:** {author}
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
- **Original License:** [License](#)
- **Original License:** [License](https://huggingface.co/{user_name}/{model_name}#license)
"""
# Write the README.md file
Expand Down

0 comments on commit 160d926

Please sign in to comment.