Commit
·
5c928c7
1
Parent(s):
2dc0fbf
Update README.md
Browse files
README.md
CHANGED
@@ -3,47 +3,54 @@ language:
|
|
3 |
- en
|
4 |
pipeline_tag: text-classification
|
5 |
widget:
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
|
|
|
|
|
|
44 |
---
|
45 |
|
46 |
-
<h1 align="center">BERT-based Classification Model for Google Local
|
|
|
|
|
|
|
|
|
47 |
|
48 |
<p align="center">
|
49 |
This repository contains a BERT-based classification model developed using the Hugging Face library, and a dataset gathered by <a href='https://serpapi.com/google-local-api'>SerpApi's Google Local API</a>. The model is designed to classify different texts extracted from Google Local Listings.
|
@@ -154,8 +161,10 @@ Please refer to the documentation of SerpApi's Google Local API and Google Local
|
|
154 |
|
155 |
<strong>References:</strong>
|
156 |
|
157 |
-
<
|
158 |
-
<li>SerpApi's Google Local
|
|
|
|
|
159 |
|
160 |
</div>
|
161 |
|
@@ -183,8 +192,8 @@ Please refer to the documentation of SerpApi's Google Local API and Google Local
|
|
183 |
</li>
|
184 |
<li>The model may be susceptible to error in one word entries. This is a minority of the cases, and it could be fixed with assurance scores.For Example:
|
185 |
<ul style="list-style-type: circle">
|
186 |
-
<li><code>"Sushi"</code> → <code>address(0.984), type(0.0493)</code></li>
|
187 |
-
<li><code>"Diagorou 4"</code> → <code>address(0.999)</code></li>
|
188 |
</ul>
|
189 |
</li>
|
190 |
<li>The model cannot differentiate between extra parts that are extracted in SerpApi's Google Local API and Google Local Pack API. These parts are not feasible to extract via Classification Models.</li>
|
@@ -210,4 +219,4 @@ While we understand the value of transparency, we also recognize the need to str
|
|
210 |
</p>
|
211 |
<p align="center">
|
212 |
We appreciate your understanding and support in our commitment to responsible and ethical data practices. If you have any further questions or concerns, please feel free to reach out to us.
|
213 |
-
</p>
|
|
|
3 |
- en
|
4 |
pipeline_tag: text-classification
|
5 |
widget:
|
6 |
+
- title: Rating Example
|
7 |
+
text: '4.7'
|
8 |
+
- title: Reviews Example
|
9 |
+
text: (188)
|
10 |
+
- title: Reviews Example 2
|
11 |
+
text: '188'
|
12 |
+
- title: Reviews Example 3
|
13 |
+
text: No Reviews
|
14 |
+
- title: Price Example
|
15 |
+
text: $
|
16 |
+
- title: Type Example
|
17 |
+
text: Coffee shop
|
18 |
+
- title: Address Example
|
19 |
+
text: Frederick, MD
|
20 |
+
- title: Address Example 2
|
21 |
+
text: 552 W 48th St
|
22 |
+
- title: Address Example 3
|
23 |
+
text: In Hilton Hotel
|
24 |
+
- title: Hours Example
|
25 |
+
text: Closed
|
26 |
+
- title: Hours Example 2
|
27 |
+
text: Opens 7 AM Fri
|
28 |
+
- title: Hours Example 3
|
29 |
+
text: Permanently closed
|
30 |
+
- title: Service Option Example
|
31 |
+
text: Dine-in
|
32 |
+
- title: Service Option Example 2
|
33 |
+
text: Takeout
|
34 |
+
- title: Service Option Example 3
|
35 |
+
text: Delivery
|
36 |
+
- title: Phone Example
|
37 |
+
text: (301) 000-0000
|
38 |
+
- title: Years In Business Example
|
39 |
+
text: 5+ Years in Business
|
40 |
+
- title: Button Text Example
|
41 |
+
text: Directions
|
42 |
+
- title: Description Example
|
43 |
+
text: 'Provides: Auto maintenance'
|
44 |
+
license: mit
|
45 |
+
datasets:
|
46 |
+
- serpapi/local-results-en
|
47 |
---
|
48 |
|
49 |
+
<h1 align="center">BERT-based Classification Model for Google Local Listings</h1>
|
50 |
+
|
51 |
+
<p align="center">
|
52 |
+
<img src="https://camo.githubusercontent.com/6c920f0b551360ca3257308e0f3547fe538496b9cb332d6a208992030abf6c3d/68747470733a2f2f736572706170692e636f6d2f616e64726f69642d6368726f6d652d353132783531322e706e67" alt="The Logo of SerpApi" width="200" height="200">
|
53 |
+
</p>
|
54 |
|
55 |
<p align="center">
|
56 |
This repository contains a BERT-based classification model developed using the Hugging Face library, and a dataset gathered by <a href='https://serpapi.com/google-local-api'>SerpApi's Google Local API</a>. The model is designed to classify different texts extracted from Google Local Listings.
|
|
|
161 |
|
162 |
<strong>References:</strong>
|
163 |
|
164 |
+
<ul style="text-align: center; list-style-position: inside;">
|
165 |
+
<li>SerpApi's Google Local API: <a href ="https://serpapi.com/google-local-api">https://serpapi.com/google-local-api</a></li>
|
166 |
+
<li>SerpApi's Google Local Pack API: <a href="https://serpapi.com/local-pack">https://serpapi.com/local-pack</a></li>
|
167 |
+
</ul>
|
168 |
|
169 |
</div>
|
170 |
|
|
|
192 |
</li>
|
193 |
<li>The model may be susceptible to error in one word entries. This is a minority of the cases, and it could be fixed with assurance scores.For Example:
|
194 |
<ul style="list-style-type: circle">
|
195 |
+
<li><code>"Sushi"</code> → <code>address(0.984), type(0.0493) [Correct Label is type]</code></li>
|
196 |
+
<li><code>"Diagorou 4"</code> → <code>address(0.999) [Correct address in same listing]</code></li>
|
197 |
</ul>
|
198 |
</li>
|
199 |
<li>The model cannot differentiate between extra parts that are extracted in SerpApi's Google Local API and Google Local Pack API. These parts are not feasible to extract via Classification Models.</li>
|
|
|
219 |
</p>
|
220 |
<p align="center">
|
221 |
We appreciate your understanding and support in our commitment to responsible and ethical data practices. If you have any further questions or concerns, please feel free to reach out to us.
|
222 |
+
</p>
|