Commit
·
9222305
1
Parent(s):
edd4140
Update README.md
Browse files
README.md
CHANGED
@@ -10,94 +10,8 @@ For example:
|
|
10 |
input: Transfer $500 from checking to student savings
|
11 |
output: transfer [$500:B-amount] from [checking:B-account-from] to [student:B-account-to] [savings:I-account-to]
|
12 |
|
13 |
-
The
|
14 |
-
|
15 |
-
the model has been trained with de following slots and B-I-O notation:
|
16 |
-
|
17 |
-
O
|
18 |
-
B-bill_type
|
19 |
-
I-bill_type
|
20 |
-
B-transaction-from
|
21 |
-
B-transaction-to
|
22 |
-
I-transaction-from
|
23 |
-
I-transaction-to
|
24 |
-
B-amount
|
25 |
-
I-amount
|
26 |
-
B-account-from
|
27 |
-
B-account-to
|
28 |
-
I-account-from
|
29 |
-
I-account-to
|
30 |
-
B-artist
|
31 |
-
B-album
|
32 |
-
B-service
|
33 |
-
I-service
|
34 |
-
B-entity_name
|
35 |
-
I-entity_name
|
36 |
-
B-playlist
|
37 |
-
I-playlist
|
38 |
-
B-object_select
|
39 |
-
B-object_type
|
40 |
-
B-rating_value
|
41 |
-
B-best_rating
|
42 |
-
B-music_item
|
43 |
-
B-track
|
44 |
-
I-track
|
45 |
-
I-artist
|
46 |
-
B-playlist_owner
|
47 |
-
B-year
|
48 |
-
B-sort
|
49 |
-
B-movie_name
|
50 |
-
I-movie_name
|
51 |
-
B-party_size_number
|
52 |
-
B-state
|
53 |
-
B-city
|
54 |
-
B-timeRange
|
55 |
-
I-timeRange
|
56 |
-
B-object_part_of_series_type
|
57 |
-
I-object_type
|
58 |
-
B-movie_type
|
59 |
-
B-spatial_relation
|
60 |
-
I-spatial_relation
|
61 |
-
B-geographic_poi
|
62 |
-
I-geographic_poi
|
63 |
-
B-restaurant_type
|
64 |
-
I-city
|
65 |
-
B-party_size_description
|
66 |
-
I-party_size_description
|
67 |
-
B-object_location_type
|
68 |
-
I-object_location_type
|
69 |
-
B-object_name
|
70 |
-
I-object_name
|
71 |
-
I-movie_type
|
72 |
-
B-rating_unit
|
73 |
-
I-sort
|
74 |
-
B-location_name
|
75 |
-
I-location_name
|
76 |
-
B-current_location
|
77 |
-
I-current_location
|
78 |
-
I-playlist_owner
|
79 |
-
B-served_dish
|
80 |
-
B-country
|
81 |
-
B-condition_temperature
|
82 |
-
B-poi
|
83 |
-
I-poi
|
84 |
-
B-condition_description
|
85 |
-
B-genre
|
86 |
-
B-restaurant_name
|
87 |
-
I-restaurant_name
|
88 |
-
I-state
|
89 |
-
I-served_dish
|
90 |
-
B-cuisine
|
91 |
-
I-album
|
92 |
-
I-country
|
93 |
-
B-facility
|
94 |
-
I-facility
|
95 |
-
I-cuisine
|
96 |
-
I-music_item
|
97 |
-
I-object_select
|
98 |
-
I-restaurant_type
|
99 |
-
I-object_part_of_series_type
|
100 |
-
I-genre
|
101 |
|
102 |
|
103 |
## Model Details
|
|
|
10 |
input: Transfer $500 from checking to student savings
|
11 |
output: transfer [$500:B-amount] from [checking:B-account-from] to [student:B-account-to] [savings:I-account-to]
|
12 |
|
13 |
+
The model was trained with dataset https://github.com/SunLemuria/JointBERT-Tensorflow1/blob/master/data/
|
14 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
|
17 |
## Model Details
|