singhjagpreet commited on
Commit
6e19ef9
·
verified ·
1 Parent(s): 5937cb0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -11,21 +11,20 @@ inference:
11
  max_length: 200
12
  widget:
13
  - text: >-
14
- Question: What is the average number of working horses of farms with greater than 45 total number of horses?
15
- Context: CREATE TABLE farm (Working_Horses INTEGER, Total_Horses INTEGER)"""
 
16
 
17
  example_title: Average horses
18
  - text: >-
19
- Question:What are the names of the heads who are born outside the California state?
20
- Context: CREATE TABLE head (name VARCHAR, born_state VARCHAR)
21
-
22
  example_title: Name of Head
23
  - text: >-
24
  Question: List official names of cities in descending order of population.
25
  Context: CREATE TABLE city (Official_Name VARCHAR, Population VARCHAR)
26
-
27
  example_title: Name of Cities
28
- pipeline_tag: text2text-generation
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
11
  max_length: 200
12
  widget:
13
  - text: >-
14
+ Question: What is the average number of working horses of farms with greater
15
+ than 45 total number of horses? Context: CREATE TABLE farm (Working_Horses
16
+ INTEGER, Total_Horses INTEGER)"""
17
 
18
  example_title: Average horses
19
  - text: >-
20
+ Question:What are the names of the heads who are born outside the California
21
+ state? Context: CREATE TABLE head (name VARCHAR, born_state VARCHAR)
 
22
  example_title: Name of Head
23
  - text: >-
24
  Question: List official names of cities in descending order of population.
25
  Context: CREATE TABLE city (Official_Name VARCHAR, Population VARCHAR)
 
26
  example_title: Name of Cities
27
+ pipeline_tag: text-generation
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You