Nil Andreu

Results 19 issues of Nil Andreu

This is a small contribution on some things that I found interesting to take into consideration: - **requirements.txt**: provide an easy way to create the environment. - **.gitignore**: ignore the...

Script to fill the database with mock data.

backend

Now we are obtaining the inference from huggingface of the Detoxify Roberta based on a message, but I am wondering how this will be included in the workflow: - this...

backend

Create message embeddings and store them in the DB. Related to this [issue](https://github.com/LAION-AI/Open-Assistant/issues/507).

backend

For now, there is no other way for creating API keys than creating the object and storing it directly in the database.

backend

I was thinking that for detecting toxic messages we depend only on the endpoint of detoxify model from HF. And I was wondering if in case that this endpoint stops...

backend
needs discussion
nice-to-have

I am wondering if for the messages that we were not able to classify, If we could create a batch process to classify them. Or if maybe we are not...

safety

I am wondering which are the source for the messages in order to be them realistic. Should get it from an existing **database**? Any ideas? Related issue [here](https://github.com/LAION-AI/Open-Assistant/issues/322).

question

Implementing the calculation of the message toxicity in the workflow as well as storing its value in the database.

backend

We are creating the text embedding as well as we are storing it in the database. Would be nice to also have an endpoint for accessing those values if needed.

backend