vishodi commited on
Commit
b6223f5
Β·
verified Β·
1 Parent(s): a4b1740

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,10 +8,10 @@ base_model:
8
  - distilbert/distilbert-base-uncased
9
  pipeline_tag: text-classification
10
  ---
11
- # Last Name Classification Model
12
  [![Support](https://img.shields.io/badge/Support-Us-brightgreen)](https://nowpayments.io/donation/Vishodi)
13
 
14
- 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.
15
 
16
  ## Table of Contents
17
  - [Project Structure](#project-structure)
@@ -22,7 +22,7 @@ A Transformer-based classifier that checks if a provided last name is likely to
22
 
23
  ## Project Structure
24
  ```plaintext
25
- Last_Name_Prediction/
26
  β”œβ”€β”€ .gitattributes
27
  β”œβ”€β”€ README.md
28
  β”œβ”€β”€ config.json
 
8
  - distilbert/distilbert-base-uncased
9
  pipeline_tag: text-classification
10
  ---
11
+ # First Name Classification Model
12
  [![Support](https://img.shields.io/badge/Support-Us-brightgreen)](https://nowpayments.io/donation/Vishodi)
13
 
14
+ 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.
15
 
16
  ## Table of Contents
17
  - [Project Structure](#project-structure)
 
22
 
23
  ## Project Structure
24
  ```plaintext
25
+ First_Name_Prediction/
26
  β”œβ”€β”€ .gitattributes
27
  β”œβ”€β”€ README.md
28
  β”œβ”€β”€ config.json