forked from Language-Technology-Assessment/main-database
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSQLCoder.yaml
More file actions
104 lines (85 loc) · 3.15 KB
/
SQLCoder.yaml
File metadata and controls
104 lines (85 loc) · 3.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
# Thank you for contributing!
# In filling out this yaml file, please follow the criteria as described here:
# https://osai-index.eu/contribute
# You're free to build on this work and reuse the data. It is licensed under CC-BY 4.0, with the
# stipulation that attribution should come in the form of a link to https://osai-index.eu/
# and a citation to the peer-reviewed paper in which the dataset & criteria were published:
# Liesenfeld, A. and Dingemanse, M., 2024. Rethinking open source generative AI: open-washing and the EU AI Act. In Proceedings of the 2024 ACM Conference on Fairness, Accountability, and Transparency (pp. 1774-1787).
# Organization tags:
# - National origin: Singapore
# - Contributor type: Non-academic (Company)
system:
name: SQLCoder
link: https://huggingface.co/defog/sqlcoder2
type: code
performanceclass: latest
basemodelname: StarCoder2-15B
endmodelname: SQLCoder-2
endmodellicense: CC-BY-SA-4.0 and Apache-2.0 and BigCode OpenRAIL-M v1 license agreement
releasedate: 2023-10
notes: Text-to-SQL model.
org:
name: Defog.ai
link: https://huggingface.co/defog
notes: Organization creating code generation for LLMs.
# availability:
datasources_basemodel:
class: open
link: https://arxiv.org/pdf/2402.19173
notes: Unfiltered data sources described in paper.
datasources_endmodel:
class: open
link: https://github.com/defog-ai/sql-eval
notes: Data sources published in GitHub repo
weights_basemodel:
class: open
link: https://huggingface.co/bigcode/starcoder2-15b
notes: Weights made available on HuggingFace.
weights_endmodel:
class: open
link: https://huggingface.co/defog/sqlcoder2
notes: Weights made available on HuggingFace.
trainingcode:
class: closed
link: ["https://github.com/defog-ai/sqlcoder", "https://defog.ai/blog/open-sourcing-sqlcoder2-7b", "https://defog.ai/blog/sqlcoder2-technical-details"]
notes: GitHub exists, but mainly contains inference code. Training procedure broadly outlined in text.
# documentation:
code:
class: closed
link:
notes: No code, so no documentation.
hardware_architecture:
class: closed
link:
notes: No description of hardware architecture found.
preprint:
class: closed
link: ["https://defog.ai/blog/open-sourcing-sqlcoder2-7b", "https://dl.acm.org/doi/pdf/10.1145/3531146.3533779"]
notes: Info about model released through blog posts.
paper:
class: closed
link:
notes: No peer-reviewed paper found.
modelcard:
class: partial
link: https://huggingface.co/defog/sqlcoder2
notes: Model card provides a decent amount of information.
datasheet:
class: open
link: https://huggingface.co/defog/sqlcoder2
notes: Information regarding datasheet provided in detail.
# access:
package:
class: closed
link:
notes: No package found
api:
class: open
link: https://defog.ai/sqlcoder-demo
notes: Demo available
metaprompt: closed
licenses:
class: partial
link: https://huggingface.co/defog/sqlcoder2
notes: Model almost fully open-source licensed, but inherits some properties from BigCode OpenRAIL-M v1 license agreement.