lmarty commited on
Commit
98a4fc1
·
verified ·
1 Parent(s): 73c7e3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -1,13 +1,16 @@
1
  ---
2
- title: TestFairLLM
3
- emoji: 🔥
4
- colorFrom: red
5
  colorTo: gray
6
- sdk: gradio
7
- sdk_version: 6.5.1
8
- app_file: app.py
9
  pinned: false
10
- short_description: testing model
 
 
 
 
 
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: FairLLM
3
+ emoji: 👀
4
+ colorFrom: purple
5
  colorTo: gray
 
 
 
6
  pinned: false
7
+ short_description: bias detector and mitigator using LLMs
8
+ language:
9
+ - en
10
+ base_model:
11
+ - meta-llama/Llama-3.2-1B-Instruct
12
+ - FacebookAI/roberta-large-mnli
13
+ pipeline_tag: text-classification
14
  ---
15
 
16
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference