MRNH commited on
Commit
4346eac
1 Parent(s): 86c8fee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -5,9 +5,8 @@ pipeline_tag: text2text-generation
5
  metrics:
6
  - f1
7
  tags:
8
- - grammatical error correction
9
- - GEC
10
  - english
 
11
  ---
12
 
13
  This is a fine-tuned version of LLAMA2 trained (7b) on spider, sql-create-context.
@@ -56,5 +55,4 @@ To get the prompt:
56
 
57
  To generate text using the model:
58
 
59
- output = model.generate(input["input_ids"])
60
-
 
5
  metrics:
6
  - f1
7
  tags:
 
 
8
  - english
9
+ - sql
10
  ---
11
 
12
  This is a fine-tuned version of LLAMA2 trained (7b) on spider, sql-create-context.
 
55
 
56
  To generate text using the model:
57
 
58
+ output = model.generate(input["input_ids"])