-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* big update * update * typos * add: sentencetransformer
- Loading branch information
1 parent
98dffca
commit cdbe888
Showing
12 changed files
with
456 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,22 @@ | ||
## Description | ||
Please provide a clear and concise description of the changes in this PR. | ||
<!-- | ||
Congratulations! You've made it this far! Thanks for submitting a PR to Infinity! | ||
## License & CLA | ||
By submitting this PR, I confirm that my contribution is made under the terms of the [MIT license](https://github.com/michaelfeil/infinity/blob/main/LICENSE). | ||
--> | ||
|
||
## Related Issue | ||
If applicable, link the issue this PR addresses. | ||
|
||
## Types of Change | ||
- [ ] Bug fix | ||
- [ ] New feature | ||
- [ ] Documentation update | ||
<!-- | ||
If you are sure that a related issue should be automatically closed, use the syntax to close issue 123. | ||
closes #123 | ||
--> | ||
|
||
## Checklist | ||
- [ ] I have read the [CONTRIBUTING](https://github.com/michaelfeil/infinity/tree/main?tab=readme-ov-file#contribute-and-develop) guidelines. | ||
- [ ] My code follows the code style of this project. | ||
- [ ] I have added tests to cover my changes. | ||
- [ ] All new and existing tests passed. | ||
- [ ] My changes generate no new warnings. | ||
- [ ] I have updated the documentation accordingly. | ||
- [ ] I have updated the documentation (docs folder) accordingly. | ||
|
||
## Additional Notes | ||
Add any other context about the PR here. | ||
|
||
## License | ||
By submitting this PR, I confirm that my contribution is made under the terms of the [MIT license](https://github.com/michaelfeil/infinity/blob/main/LICENSE). |
Oops, something went wrong.