Commit
·
43ac9b3
1
Parent(s):
9990f5e
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
Finetuned BERT for Tech Product Names Named Entity Recognition (NER)
|
5 |
+
|
6 |
+
GitHub: https://github.com/ashleyliu31/finetuned_bert_for_ner
|
7 |
+
|
8 |
+
This NER model can recognize and tag tech product names like 'Asus ZenBook UX430UN', 'Acer Aspire 3', 'Nokia 110 4G', or 'Xiaomi 11T Pro 5G Hyperphone' in a sentence. The model was trained on the names of laptops and mobile phones. It might not be suitable for other tech products.
|
9 |
+
|
10 |
+
To test the model, enter a sentence that contains a laptop or mobile phone product name in the "Hosted inference API" input field and press "Compute". The model will highlight and tag the product name in the sentence.
|
11 |
+
|
12 |
+
Sample sentence to enter: "I love my new Razer Blade 16." "How much is the new IPhone 16 Pro Max?"
|