Update requirements
Browse files- README.md +0 -56
- requirements.txt +8 -8
README.md
CHANGED
@@ -11,59 +11,3 @@ license: mit
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
-
|
15 |
-
{
|
16 |
-
gender: "307",
|
17 |
-
no gender: "193",
|
18 |
-
equal gender: "2",
|
19 |
-
female pg: "0",
|
20 |
-
male pg: "2",
|
21 |
-
female spg: "0",
|
22 |
-
male spg: "300"
|
23 |
-
}
|
24 |
-
|
25 |
-
{
|
26 |
-
both_gender_prof_match: "94",
|
27 |
-
count_male_pronoun: "738",
|
28 |
-
count_female_pronoun: "435",
|
29 |
-
count_male_pronoun_profession: "63",
|
30 |
-
count_female_pronoun_profession: "44",
|
31 |
-
total_sentence: "5224"
|
32 |
-
}
|
33 |
-
|
34 |
-
{
|
35 |
-
"genbit_score": 0.7511277214181936,
|
36 |
-
"percentage_of_female_gender_definition_words": 0.28019425675675674,
|
37 |
-
"percentage_of_male_gender_definition_words": 0.39125844594594594,
|
38 |
-
"percentage_of_non_binary_gender_definition_words": 0.3285472972972973,
|
39 |
-
"percentage_of_trans_gender_definition_words": 1,
|
40 |
-
"percentage_of_cis_gender_definition_words": 0,
|
41 |
-
"additional_metrics": {
|
42 |
-
"avg_bias_ratio": 0.30200560886941735,
|
43 |
-
"avg_bias_conditional": 0.24803272381904817,
|
44 |
-
"avg_bias_ratio_absolute": 0.7634929817138464,
|
45 |
-
"avg_bias_conditional_absolute": 0.7511277214181936,
|
46 |
-
"avg_non_binary_bias_ratio": 0.6588525475408009,
|
47 |
-
"avg_non_binary_bias_conditional": 0.5042607755622402,
|
48 |
-
"avg_non_binary_bias_ratio_absolute": 0.8116124669471863,
|
49 |
-
"avg_non_binary_bias_conditional_absolute": 0.7191749038014791,
|
50 |
-
"avg_trans_cis_bias_ratio": -1.4428077555033436,
|
51 |
-
"avg_trans_cis_bias_conditional": -1.1196624683470209,
|
52 |
-
"avg_trans_cis_bias_ratio_absolute": 1.4428077555033436,
|
53 |
-
"avg_trans_cis_bias_conditional_absolute": 1.1683757280093239,
|
54 |
-
"std_dev_bias_ratio": 0,
|
55 |
-
"std_dev_bias_conditional": 0,
|
56 |
-
"std_dev_non_binary_bias_ratio": 0,
|
57 |
-
"std_dev_non_binary_bias_conditional": 0,
|
58 |
-
"std_dev_trans_cis_bias_ratio": 0,
|
59 |
-
"std_dev_trans_cis_bias_conditional": 0
|
60 |
-
},
|
61 |
-
"statistics": {
|
62 |
-
"frequency_cutoff": 7.433655937499999,
|
63 |
-
"num_words_considered": 1539,
|
64 |
-
"freq_of_female_gender_definition_words": 1327,
|
65 |
-
"freq_of_male_gender_definition_words": 1853,
|
66 |
-
"freq_of_non_binary_gender_definition_words": 1556,
|
67 |
-
"jsd": 0.067655503412491
|
68 |
-
}
|
69 |
-
}
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
gradio
|
2 |
-
gradio_client
|
3 |
-
numpy
|
4 |
-
pandas
|
5 |
-
spacy
|
6 |
-
genbit
|
7 |
-
plotly
|
8 |
-
datasets
|
|
|
1 |
+
gradio==3.47.1
|
2 |
+
gradio_client==0.6.0
|
3 |
+
numpy==1.24.2
|
4 |
+
pandas==2.0.3
|
5 |
+
spacy==3.6.1
|
6 |
+
genbit==2.2.0.0
|
7 |
+
plotly==5.16.1
|
8 |
+
datasets==2.14.5
|