nicholasKluge commited on
Commit
b31de11
1 Parent(s): 5e3a56d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,7 +3,7 @@ import torch
3
  import gradio as gr
4
  from transformers import AutoTokenizer, AutoModelForCausalLM
5
 
6
- model_id = "nicholasKluge/Aira-Instruct-124"
7
  token = "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"
8
 
9
  device = "cuda" if torch.cuda.is_available() else "cpu"
@@ -27,7 +27,7 @@ We developed our open-domain conversational chatbots via conditional text genera
27
 
28
  🤥 Generative models can perpetuate the generation of pseudo-informative content, that is, false information that may appear truthful.
29
 
30
- 🤬 In certain types of tasks, generative models can produce harmful and discriminatory content inspired by historical stereotypes against sensitive attributes (for example, gender, race, and religion).
31
 
32
  `Aira` is intended only for academic research. For more information, visit our [HuggingFace models](https://huggingface.co/nicholasKluge) to see how we developed `Aira`.
33
  """
 
3
  import gradio as gr
4
  from transformers import AutoTokenizer, AutoModelForCausalLM
5
 
6
+ model_id = "nicholasKluge/Aira-Instruct-124M"
7
  token = "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"
8
 
9
  device = "cuda" if torch.cuda.is_available() else "cpu"
 
27
 
28
  🤥 Generative models can perpetuate the generation of pseudo-informative content, that is, false information that may appear truthful.
29
 
30
+ 🤬 In certain types of tasks, generative models can produce harmful and discriminatory content inspired by historical stereotypes.
31
 
32
  `Aira` is intended only for academic research. For more information, visit our [HuggingFace models](https://huggingface.co/nicholasKluge) to see how we developed `Aira`.
33
  """