-
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/huseinzol05/malaya
- Loading branch information
Showing
6 changed files
with
60 additions
and
35 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Run Unit Tests via Pytest | ||
|
||
on: [push] | ||
|
||
jobs: | ||
build: | ||
runs-on: self-hosted | ||
strategy: | ||
matrix: | ||
python-version: ["3.7"] | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Install dependencies | ||
run: | | ||
python3 -m pip install --upgrade pip | ||
pip3 install malaya tensorflow tensorflow-text torch | ||
pip3 install pytest pytest-cov pytest-codecov gitpython | ||
- name: Test with pytest | ||
run: | | ||
pytest tests/tests --cov --cov-report term --cov-report html |
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 |
---|---|---|
|
@@ -9,23 +9,22 @@ Dataset | |
</a> | ||
</p> | ||
|
||
We want to make sure not just the code we open-sourced, but also goes to | ||
dataset, so everyone can validate. | ||
We want to make sure that not just the code is open-sourced, but the | ||
dataset as well, so everyone can help validate it. | ||
|
||
You can check in | ||
You can visit our repository at | ||
`Malay-Dataset <https://github.com/huseinzol05/Malay-Dataset>`__ for | ||
our open dataset. | ||
the datasets that we used. | ||
|
||
Citation | ||
-------- | ||
|
||
1. Please citate the repository if use these corpus. | ||
2. Please at least email us first before distributing these data. | ||
Remember all these hard workings we want to give it for free. | ||
3. What do you see just the data, but nobody can see how much we spent | ||
our cost to make it public. | ||
1. Please cite the repository if you use any of our corpus. | ||
2. We kindly ask that you at least email us first before distributing any of our datasets. | ||
Remember that all of these are our hard work and we gave it out for free. | ||
3. What you only see is just the publicized data, but nobody can see how much we spent to make it public. | ||
|
||
Contribution | ||
------------- | ||
|
||
Contact us at [email protected] or [email protected] if want to contribute to bahasa dataset. | ||
Contact us at [email protected] or [email protected] if you want to contribute to the bahasa dataset. |
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