Kagermanov commited on
Commit
3c90ab9
1 Parent(s): cd0e6e1

Add more examples to Inference Widget

Browse files
Files changed (1) hide show
  1. README.md +27 -11
README.md CHANGED
@@ -3,26 +3,42 @@ language:
3
  - en
4
  pipeline_tag: text-classification
5
  widget:
6
- - title: Example 1
7
  text: '4.7'
8
- - title: Example 2
9
  text: '(188)'
10
- - title: Example 3
11
  text: '188'
12
- - title: Example 4
 
 
13
  text: '$'
14
- - title: Example 5
15
  text: 'Coffee shop'
16
- - title: Example 6
17
  text: 'Frederick, MD'
18
- - title: Example 7
 
 
 
 
19
  text: 'Closed'
20
- - title: Example 8
21
  text: 'Opens 7 AM Fri'
22
- - title: Example 9
 
 
23
  text: 'Dine-in'
24
- - title: Example 10
25
  text: 'Takeout'
26
- - title: Example 11
27
  text: 'Delivery'
 
 
 
 
 
 
 
 
28
  ---
 
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
  ---