-
Notifications
You must be signed in to change notification settings - Fork 2
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
068288b
commit 24af26b
Showing
1 changed file
with
11 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 |
---|---|---|
|
@@ -81,6 +81,17 @@ The following are the core maintainers of the `aiai` package: | |
- [@AJDERS](https://github.com/AJDERS) (Anders Jess Pedersen; [email protected]) | ||
|
||
|
||
## The AIAI ecosystem | ||
|
||
This package is a wrapper around several AIAI packages, each of which is standalone: | ||
|
||
- [AIAI-eval](https://github.com/alexandrainst/AIAI-eval): Evaluation of finetuned models. | ||
- [AIAI-train](https://github.com/alexandrainst/AIAI-train): Finetuning machine learning models. | ||
- [AIAI-deploy](https://github.com/alexandrainst/AIAI-deploy): Deployment and monitoring of machine learning models. | ||
- [AIAI-data](https://github.com/alexandrainst/AIAI-data): Accessing external data sources. | ||
- [AIAI-anon](https://github.com/alexandrainst/AIAI-anon): Anonymization and pseudonymization of texts. | ||
|
||
|
||
## Project structure | ||
``` | ||
. | ||
|