fix typos, better wording
This commit is contained in:
parent
633975aaa0
commit
a645c8ff99
1 changed files with 6 additions and 4 deletions
10
.github/ISSUE_TEMPLATE/bug_report.md
vendored
10
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -13,12 +13,12 @@ A clear and concise description of what the bug is.
|
|||
1. **Environment Setup:**
|
||||
- OS: [e.g., Ubuntu 20.04]
|
||||
- Python Version: [e.g., 3.8.10]
|
||||
- Frameworks/Libraries: past output of `pip freeze` here
|
||||
- Colab / Script - was this run in colab or as a script?
|
||||
- Frameworks/Libraries: please paste output of `pip freeze` here
|
||||
- `colab` / script - was this run in colab or as a script?
|
||||
|
||||
2. **Dataset Details:**
|
||||
- Dataset Name:
|
||||
- Data Preprocessing Steps: [e.g., Tokenization with specific parameters]
|
||||
- Data Preprocessing Steps: [e.g., tokenization, formatting funcs, data collators, etc.]
|
||||
|
||||
3. **Model Details:**
|
||||
- Model ID:
|
||||
|
|
@ -29,11 +29,13 @@ A clear and concise description of what the bug is.
|
|||
|
||||
5. **Reproduction Steps:**
|
||||
- Minimal script to reproduce error
|
||||
- If using a `colab`, please provide the link to the notebook and describe any changes made.
|
||||
|
||||
6. **Expected Behavior:**
|
||||
|
||||
|
||||
7. **Actual Behavior:**
|
||||
- [e.g., Description of the error, unexpected results, or performance issues encountered]
|
||||
- [e.g., Error messages or logs]
|
||||
|
||||
8. **Additional notes:**
|
||||
- Any additional information that might help us reproduce the bug.
|
||||
Loading…
Add table
Add a link
Reference in a new issue