tscholak commited on
Commit
4bd085b
1 Parent(s): 4d72c72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,6 +4,8 @@ language:
4
  thumbnail: "https://repository-images.githubusercontent.com/401779782/c2f46be5-b74b-4620-ad64-57487be3b1ab"
5
  tags:
6
  - text2sql
 
 
7
  license: "Apache 2.0"
8
  datasets:
9
  - spider
@@ -37,8 +39,6 @@ The model outputs the database identifier and the SQL query that will be execute
37
  [db_id] | [sql]
38
  ```
39
 
40
- Click [here](https://huggingface.co/tscholak/cxmefzzi?text=How+many+singers+do+we+have%3F+%7C+concert_singer+%7C+stadium+%3A+stadium_id%2C+location%2C+name%2C+capacity%2C+highest%2C+lowest%2C+average+%7C+singer+%3A+singer_id%2C+name%2C+country%2C+song_name%2C+song_release_year%2C+age%2C+is_male+%7C+concert+%3A+concert_id%2C+concert_name%2C+theme%2C+stadium_id%2C+year+%7C+singer_in_concert+%3A+concert_id%2C+singer_id) for an example of a query that the model can generate.
41
-
42
 
43
  ### Performance
44
 
4
  thumbnail: "https://repository-images.githubusercontent.com/401779782/c2f46be5-b74b-4620-ad64-57487be3b1ab"
5
  tags:
6
  - text2sql
7
+ widget:
8
+ - "How many singers do we have? | concert_singer | stadium : stadium_id, location, name, capacity, highest, lowest, average | singer : singer_id, name, country, song_name, song_release_year, age, is_male | concert : concert_id, concert_name, theme, stadium_id, year | singer_in_concert : concert_id, singer_id"
9
  license: "Apache 2.0"
10
  datasets:
11
  - spider
39
  [db_id] | [sql]
40
  ```
41
 
 
 
42
 
43
  ### Performance
44