Update README.md
Browse files
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.
|