Skip to content

Commit 04a1953

Browse files
committed
fix: Correct Ethical AI rating
1 parent 709b2ce commit 04a1953

2 files changed

Lines changed: 21 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This app adds:
99
as they are now included in the [Assistant app](https://apps.nextcloud.com/apps/assistant).
1010

1111
## Ethical AI Rating
12-
### Rating: 🟡
12+
### Speech-to-Text Rating: 🟡
1313

1414
Positive:
1515
* The software for training and inference of this model is open source
@@ -18,6 +18,14 @@ Positive:
1818
Negative:
1919
* The training data is not freely available, limiting the ability of external parties to check and correct for bias or optimise the model’s performance and CO2 usage.
2020

21+
### Text processing Rating
22+
23+
The rating depends on the model you select to use.
24+
25+
### Image generation Rating
26+
27+
The rating depends on the model you select to use.
28+
2129
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
2230

2331
## 🔧 Configuration

appinfo/info.xml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,25 @@ The Replicate integration app provides a SpeechToText provider, a Text processin
1010
as they are now included in the [Assistant app](https://apps.nextcloud.com/apps/assistant).
1111
1212
## Ethical AI Rating
13-
### Rating: 🟡
13+
### Speech-to-Text Rating: 🟡
1414
1515
Positive:
16-
* The software for training and inferencing of this model is open source
17-
* The trained model is freely available, and thus can be ran on-premises
18-
* The training data is freely available, making it possible to check or correct for bias or optimise the performance and CO2 usage.
16+
* The software for training and inference of this model is open source
17+
* The trained model is freely available, and thus can be run on-premises
1918
2019
Negative:
21-
* The software for training and inferencing of this model is proprietary, limiting running it locally or training by yourself
22-
* The trained model is not freely available, so the model can not be ran on-premises
2320
* The training data is not freely available, limiting the ability of external parties to check and correct for bias or optimise the model’s performance and CO2 usage.
2421
22+
### Text processing Rating
23+
24+
The rating depends on the model you select to use.
25+
26+
### Image generation Rating
27+
28+
The rating depends on the model you select to use.
29+
2530
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
31+
2632
]]></description>
2733
<version>3.0.0</version>
2834
<licence>agpl</licence>

0 commit comments

Comments
 (0)