breadlicker45 commited on
Commit
6fa170f
·
verified ·
1 Parent(s): 362030e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,6 +20,6 @@ this is the test set's gender distribution:
20
  This dataset was obtained by scraping 1 million messages from the Bluesky Firehose.
21
 
22
  here is how the program i made works.
23
- it would check each message for the posters did and go check the poster's profile bio for pronouns such as "she/her" or "he/him".
24
  If pronouns were detected, it then would scrape 100-200 posts and replies from them and add it to a csv file with a label either 0 (male) or 1 (female).
25
  it would then move on to the next message in the Bluesky Firehose and repeat this process.
 
20
  This dataset was obtained by scraping 1 million messages from the Bluesky Firehose.
21
 
22
  here is how the program i made works.
23
+ it would check each message in the firehose for the posters did and go check the poster's profile bio for pronouns such as "she/her" or "he/him".
24
  If pronouns were detected, it then would scrape 100-200 posts and replies from them and add it to a csv file with a label either 0 (male) or 1 (female).
25
  it would then move on to the next message in the Bluesky Firehose and repeat this process.