forked from Language-Technology-Assessment/main-database
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPhi.yaml
More file actions
105 lines (85 loc) · 3.08 KB
/
Phi.yaml
File metadata and controls
105 lines (85 loc) · 3.08 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: United States
# - Contributor type: Non-academic (American Big Tech)
system:
name: Phi
link: https://huggingface.co/microsoft/phi-4
type: text
performanceclass: latest
basemodelname: Phi-4
endmodelname: Phi-4-reasoning
endmodellicense: MIT License
releasedate: 2025-04
notes: Text-based LLM by Microsoft.
org:
name: Microsoft
link: https://huggingface.co/microsoft
notes: Major technology company.
# availability:
datasources_basemodel:
class: closed
link: https://arxiv.org/abs/2412.08905
notes: No datasets made available and no information on datasets disclosed except very generic claims about filtering for high quality. Large amount of synthetic data used.
datasources_endmodel:
class: closed
link: https://arxiv.org/abs/2504.21318
notes: No post-training datasets made available and no information on datasets disclosed except very generic claims about filtering for high quality. Large amount of synthetic data used.
weights_basemodel:
class: open
link: https://huggingface.co/microsoft/phi-4
notes: Weights made available on HuggingFace.
weights_endmodel:
class: open
link: https://huggingface.co/microsoft/Phi-4-reasoning
notes: Weights made available on HuggingFace.
trainingcode:
class: closed
link:
notes: No source code found for pretraining, posttraining, or evaluation
# documentation:
code:
class: closed
link:
notes: No source code, so no documentation of source code found
hardware_architecture:
class: open
link: https://arxiv.org/abs/2412.08905
notes: Architecture described in model card and preprint
preprint:
class: open
link: ["https://arxiv.org/abs/2412.08905", "https://arxiv.org/abs/2504.21318"]
notes: Preprints made available through arXiv.
paper:
class: closed
link:
notes: No peer-reviewed paper found.
modelcard:
class: open
link: https://huggingface.co/microsoft/phi-4
notes: Model card provides required information.
datasheet:
class: closed
link:
notes: No datasheet found.
# access:
package:
class: open
link: https://ollama.com/library/phi4-reasoning
notes: Model available on Ollama.
api:
class: closed
link:
notes: No API found.
metaprompt: closed
licenses:
class: open
link: https://huggingface.co/microsoft/Phi-4-reasoning/blob/main/LICENSE
notes: MIT License, an OSI-approved license.