--- # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1 # Doc / guide: https://huggingface.co/docs/hub/model-cards {} --- # Model Card for Model ID This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1). ## Uses This model is used for detecting Machine-generated Texts. ## Training Details ### Training Data This model trains on a corpus of both human and StableLM-generated answers for questions from SQuAD1 dataset. The dataset can be found [here](https://drive.google.com/drive/folders/1p4iBeM4r-sUKe8TnS4DcYlxvQagcmola). ### Training Procedure This model is created by fine-tuning [Distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) model. The training procedure follows [He et al.](https://arxiv.org/abs/2303.14822)'s instructions.