tyfeng1997 commited on
Commit
a0d8bfe
·
verified ·
1 Parent(s): ee011f4

add task acc.

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -13,6 +13,25 @@ model-index:
13
  results: []
14
  ---
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
  should probably proofread and complete it, then remove this comment. -->
18
 
 
13
  results: []
14
  ---
15
 
16
+ ---
17
+ model-index:
18
+ - name: llama3-8b-instruct-text-to-sql
19
+ results:
20
+ - task:
21
+ type: text-generation
22
+ dataset:
23
+ name: b-mc2/sql-create-context
24
+ type: b-mc2/sql-create-context
25
+ metrics:
26
+ - name: text2sql top1 acc.
27
+ type: text2sql top1 acc.
28
+ value: 90.0
29
+ source:
30
+ name: None.
31
+ url: None.
32
+
33
+ ---
34
+
35
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
36
  should probably proofread and complete it, then remove this comment. -->
37