-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aad7241
commit ac30209
Showing
9 changed files
with
964 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ __pycache__/ | |
*.py[cod] | ||
*$py.class | ||
|
||
|
||
./sources/dataset.json | ||
|
||
|
||
# C extensions | ||
*.so | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
cff-version: 1.2.0 | ||
message: "If you use this software, please cite it as below." | ||
authors: | ||
- family-names: "Brulé Naudet" | ||
given-names: "Louis" | ||
orcid: "https://orcid.org/0000-0001-9111-4879" | ||
title: "Tranformer-based Denoising AutoEncoder for Sentence Transformers Unsupervised pre-training" | ||
version: 1.0.0 | ||
date-released: 2024-02-02 |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
If you open a GitHub Issue, here is our policy: | ||
|
||
1. It must be a bug/performance issue or a feature request or a build issue or | ||
a documentation issue (for small doc fixes please send a PR instead). | ||
1. Make sure the Issue Template is filled out. | ||
1. The issue should be related to the repo it is created in. | ||
|
||
**Here's why we have this policy:** We want to focus on the work that benefits | ||
the whole community, e.g., fixing bugs and adding features. Individual support | ||
should be sought on Stack Overflow or other non-GitHub channels. It helps us to | ||
address bugs and feature requests in a timely manner. |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Security Policy | ||
|
||
## Reporting a Bug | ||
|
||
In case of a bug affecting a structural element of authentication, | ||
resource distribution, display, adaptability, personal data security, | ||
content, performance, referencing, please inform | ||
Louis Brulé Naudet (<[email protected]>) as soon as possible. | ||
|
||
## Reporting a Vulnerability | ||
|
||
If you have legitimate reasons to believe that the security of the website, | ||
database, or user resources is threatened, please provide information on how the | ||
vulnerability was created and, if possible, formulate a hypothesis based on your observations | ||
as to the recurrence of the vulnerability or its qualitative importance. | ||
|
||
## Supported Versions | ||
|
||
Use this section to tell people about which versions of your project are | ||
currently being supported with security updates. | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 1.x.x | :white_check_mark: | | ||
|
||
## Responsible Disclosure | ||
|
||
In some cases, we may apply a responsible disclosure process to reported or otherwise discovered vulnerabilities. We will usually do that for a critical vulnerability, and only if we have a good reason to believe information about it is not yet public. |
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# __init__.py | ||
|
||
# This file can be empty, or you can define package-level variables or settings here. | ||
# For example, you might define a variable like this: | ||
# version = "1.0.0" |
Oops, something went wrong.