tyfeng1997
commited on
Commit
•
044e1b6
1
Parent(s):
5798f87
update model card
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
- trl
|
@@ -7,28 +7,14 @@ tags:
|
|
7 |
- generated_from_trainer
|
8 |
base_model: meta-llama/Meta-Llama-3-8B-Instruct
|
9 |
datasets:
|
10 |
-
-
|
11 |
model-index:
|
12 |
- name: llama3-8b-instruct-text-to-sql
|
13 |
results: []
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
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 |
|
@@ -136,5 +122,4 @@ print(tokenizer.decode(response, skip_special_tokens=True))
|
|
136 |
#assistant
|
137 |
#SELECT College FROM match_season WHERE POSITION = "Midfielder" INTERSECT SELECT College FROM match_season WHERE POSITION = "Defender"
|
138 |
#
|
139 |
-
```
|
140 |
-
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
- trl
|
|
|
7 |
- generated_from_trainer
|
8 |
base_model: meta-llama/Meta-Llama-3-8B-Instruct
|
9 |
datasets:
|
10 |
+
- b-mc2/sql-create-context
|
11 |
model-index:
|
12 |
- name: llama3-8b-instruct-text-to-sql
|
13 |
results: []
|
14 |
+
metrics:
|
15 |
+
- accuracy: 79.90%
|
16 |
+
language:
|
17 |
+
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
19 |
|
20 |
|
|
|
122 |
#assistant
|
123 |
#SELECT College FROM match_season WHERE POSITION = "Midfielder" INTERSECT SELECT College FROM match_season WHERE POSITION = "Defender"
|
124 |
#
|
125 |
+
```
|
|