Update README.md
Browse files
README.md
CHANGED
|
@@ -8,10 +8,10 @@ base_model:
|
|
| 8 |
- distilbert/distilbert-base-uncased
|
| 9 |
pipeline_tag: text-classification
|
| 10 |
---
|
| 11 |
-
#
|
| 12 |
[](https://nowpayments.io/donation/Vishodi)
|
| 13 |
|
| 14 |
-
A Transformer-based classifier that checks if a provided
|
| 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 |
-
|
| 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 |
[](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
|