sus commited on
Commit
a118b31
·
verified ·
1 Parent(s): 912df6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -9,17 +9,16 @@ base_model:
9
  pipeline_tag: text-classification
10
  ---
11
 
12
- # Last Name Classification Model
13
-
14
  [![Support](https://img.shields.io/badge/Support-Me-brightgreen)](https://www.example.com/donate?crypto=YOUR_CRYPTO_ID)
15
 
16
- A simple 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.
17
 
18
  ---
19
  ## Table of Contents
20
 
21
  - [Overview](#overview)
22
- - [Features](#features)
23
  - [Installation](#installation)
24
  - [Usage](#usage)
25
  - [Training](#training)
 
9
  pipeline_tag: text-classification
10
  ---
11
 
12
+ # <h2>Last Name Classification Model</h2>
 
13
  [![Support](https://img.shields.io/badge/Support-Me-brightgreen)](https://www.example.com/donate?crypto=YOUR_CRYPTO_ID)
14
 
15
+ 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.
16
 
17
  ---
18
  ## Table of Contents
19
 
20
  - [Overview](#overview)
21
+ - [Project Structure](#roject_structure)
22
  - [Installation](#installation)
23
  - [Usage](#usage)
24
  - [Training](#training)