Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,4 @@ language:
|
|
| 4 |
library_name: transformers
|
| 5 |
---
|
| 6 |
|
| 7 |
-
This is the
|
|
|
|
| 4 |
library_name: transformers
|
| 5 |
---
|
| 6 |
|
| 7 |
+
This is an attempt to reproduce the model developed in the paper [_“Remote Work across Jobs, Companies, and Space” (Hansen, Lambert, Bloom, Davis, Sadun & Taska, 2023)_](https://wfhmap.com/). The model is a finetuned version of the [distibert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) model on the binary classfication task of predicting if a fragment of text exhibits the possibility of remote work (=1) or not (=0).
|