Skip to main content

Introduction

A Transformer-based classifier that checks if a provided first/last name is likely to be real (LABEL_1) or fake (LABEL_0). This can be helpful in validating contact form submissions, preventing bot entries, or for general name classification tasks.
  • accuracy: 97.9%
  • model:
    • base: ‘distilbert/distilbert-base-uncased’
    • type: ‘text-classification’
  • license: ‘mit’

First Name Classification Model

A Transformer-based classifier that checks if a provided first name is likely to be real (LABEL_1) or fake (LABEL_0). This can be helpful in validating contact form submissions, preventing bot entries, or for general name classification tasks.

Project Structure

Installation

  1. Clone the Repository:
  1. Set Up the Environment:

Usage

Python
Example Output:

Last Name Classification Model

A Transformer-based classifier that checks if a provided last name is likely to be real (LABEL_1) or fake (LABEL_0). This can be helpful in validating contact form submissions, preventing bot entries, or for general name classification tasks.

Project Structure

Installation

  1. Clone the Repository:
  1. Set Up the Environment:

Usage

Python
Example Output:

License

This project is licensed under the MIT License.