sus
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,17 +9,16 @@ base_model:
|
|
| 9 |
pipeline_tag: text-classification
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# Last Name Classification Model
|
| 13 |
-
|
| 14 |
[](https://www.example.com/donate?crypto=YOUR_CRYPTO_ID)
|
| 15 |
|
| 16 |
-
A
|
| 17 |
|
| 18 |
---
|
| 19 |
## Table of Contents
|
| 20 |
|
| 21 |
- [Overview](#overview)
|
| 22 |
-
- [
|
| 23 |
- [Installation](#installation)
|
| 24 |
- [Usage](#usage)
|
| 25 |
- [Training](#training)
|
|
|
|
| 9 |
pipeline_tag: text-classification
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# <h2>Last Name Classification Model</h2>
|
|
|
|
| 13 |
[](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)
|