Skip to content

Commit da851cf

Browse files
committed
Merge branch 'preview'
2 parents 3739cc2 + e0a0c62 commit da851cf

File tree

1 file changed

+104
-0
lines changed

1 file changed

+104
-0
lines changed

TildeOpen.yaml

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
---
2+
# Thank you for contributing!
3+
# In filling out this yaml file, please follow the criteria as described here:
4+
# https://osai-index.eu/contribute
5+
6+
# You're free to build on this work and reuse the data. It is licensed under CC-BY 4.0, with the
7+
# stipulation that attribution should come in the form of a link to https://osai-index.eu/
8+
# and a citation to the peer-reviewed paper in which the dataset & criteria were published:
9+
10+
# 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).
11+
12+
# Organization tags:
13+
# - National origin: International
14+
# - Contributor type: Non-academic (Company)
15+
16+
system:
17+
name: TildeOpen
18+
link: https://huggingface.co/TildeAI/TildeOpen-30b
19+
type: text
20+
performanceclass: limited
21+
basemodelname: TildeOpen-30b
22+
endmodelname:
23+
endmodellicense: Apache-2.0
24+
releasedate: 2024-09
25+
notes: Open multilingual model.
26+
27+
org:
28+
name: Tilde.ai
29+
link: tilde.ai
30+
notes: European language technology company.
31+
32+
# availability:
33+
datasources_basemodel:
34+
class: partial
35+
link: https://huggingface.co/TildeAI/TildeOpen-30b
36+
notes: Broad data sources linked on HuggingFace page but no guidance provided on how it was filtered/sampled for multilinguicity.
37+
38+
datasources_endmodel:
39+
class: closed
40+
link:
41+
notes:
42+
43+
weights_basemodel:
44+
class: open
45+
link: https://huggingface.co/TildeAI/TildeOpen-30b
46+
notes: Weights made available through HuggingFace
47+
48+
weights_endmodel:
49+
class: closed
50+
link:
51+
notes:
52+
53+
trainingcode:
54+
class: open
55+
link: https://github.com/tilde-nlp/llm-gpt-neox
56+
notes: Training code made available through GitHub.
57+
58+
# documentation:
59+
code:
60+
class: open
61+
link: https://github.com/tilde-nlp/llm-gpt-neox
62+
notes: Training code is well-documented.
63+
64+
hardware_architecture:
65+
class: open
66+
link: https://github.com/tilde-nlp/llm-gpt-neox
67+
notes: Hyperparameters and GPU count outlined on HF page.
68+
69+
preprint:
70+
class: closed
71+
link:
72+
notes: No preprint found.
73+
74+
paper:
75+
class: closed
76+
link:
77+
notes: No peer-reviewed paper found.
78+
79+
modelcard:
80+
class: open
81+
link: https://huggingface.co/TildeAI/TildeOpen-30b
82+
notes: Model card contains the requisite information.
83+
84+
datasheet:
85+
class: open
86+
link: ["https://huggingface.co/datasets/uonlp/CulturaX", "https://huggingface.co/datasets/HuggingFaceFW/fineweb-2", "https://huggingface.co/datasets/HPLT/HPLT2.0_cleaned"]
87+
notes: Datasheets available for all data sources.
88+
89+
# access:
90+
package:
91+
class: closed
92+
link:
93+
notes: No package found.
94+
95+
api:
96+
class: closed
97+
link:
98+
notes: No API found.
99+
metaprompt: closed
100+
101+
licenses:
102+
class: open
103+
link:
104+
notes: CC-BY-4.0, an OSI-approved license.

0 commit comments

Comments
 (0)