How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="mmine/testwfh")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("mmine/testwfh")
model = AutoModelForSequenceClassification.from_pretrained("mmine/testwfh")
Quick Links

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). The model is a finetuned version of the distibert-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).

Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support