nicholasKluge commited on
Commit
b38997d
1 Parent(s): f014f33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -64,7 +64,8 @@ toxiciyTokenizer = AutoTokenizer.from_pretrained(toxicitymodel_id)
64
  intro = """
65
  ## What is `Aira`?
66
 
67
- [`Aira`](https://huggingface.co/nicholasKluge/Aira-Instruct-124M) is a `chatbot` designed to simulate the way a human (expert) would behave during a round of questions and answers (Q&A). `Aira` has many iterations, from a closed-domain chatbot based on pre-defined rules to an open-domain chatbot achieved via instruction-tuning.
 
68
 
69
  ## Limitations
70
 
 
64
  intro = """
65
  ## What is `Aira`?
66
 
67
+ [`Aira`](https://huggingface.co/nicholasKluge/Aira-Instruct-124M) is a series of open-domain chatbots (Portuguese and English) achieved via `instruction-tuning` and `RLHF`. The Aira-Instruct series was developed to help researchers explore the challenges related to the Alignment problem.
68
+
69
 
70
  ## Limitations
71