Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,3 +10,16 @@ app_port: 7860
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 13 |
+
|
| 14 |
+
---
|
| 15 |
+
## Example API calls
|
| 16 |
+
|
| 17 |
+
`https://givingtuesday-annotated-990.hf.space/eins/?staff_gender_staff_count=5&staff_gender_male_fraction=0.30&sdg=sdg3`
|
| 18 |
+
|
| 19 |
+
- returns all EINs from 2023 TAXYEAR that reported at least 5 named staff leaders, were less than 30% male, and that focused on SDG-3: "Ensure healthy lives and promote well-being for all at all ages"
|
| 20 |
+
|
| 21 |
+
`https://givingtuesday-annotated-990-data.hf.space/eins/?organization_supports_elderly=1&organization_supports_elderly_conf=0.9&sdg=sdg4`
|
| 22 |
+
- returns EINs from 2023 TAXYEAR that work with the elderly, (but only those with a 0.9 confidence out of 0-1.0), and who work on SDG-4 Education.
|
| 23 |
+
|
| 24 |
+
`https://givingtuesday-annotated-990-data.hf.space/eins/?organization_supports_elderly=1&organization_supports_elderly_conf=0.9&org_engages_in_advocacy=1&org_engages_in_advocacy_conf=0.67&cause_area_human_services=0.1`
|
| 25 |
+
- returns EINs from 2023 TAXYEAR that support elderly (conf 0.9), engage in advocacy (conf 0.67), and work in NTEE area human services (conf 0.1)
|