Files changed (1) hide show
  1. rhymes-ai_Aria.json +65 -0
rhymes-ai_Aria.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:600758d1-72a4-49d5-a093-440f3cee528c",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-06-05T09:39:49.879992+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "rhymes-ai/Aria-e3891dd2-656a-5590-b76e-1fafb4755666",
11
+ "name": "rhymes-ai/Aria",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/rhymes-ai/Aria",
15
+ "type": "documentation"
16
+ }
17
+ ],
18
+ "modelCard": {
19
+ "modelParameters": {
20
+ "task": "image-text-to-text",
21
+ "architectureFamily": "aria",
22
+ "modelArchitecture": "AriaForConditionalGeneration"
23
+ },
24
+ "properties": [
25
+ {
26
+ "name": "library_name",
27
+ "value": "transformers"
28
+ },
29
+ {
30
+ "name": "base_model",
31
+ "value": "rhymes-ai/Aria-Base-64K"
32
+ }
33
+ ]
34
+ },
35
+ "authors": [
36
+ {
37
+ "name": "rhymes-ai"
38
+ }
39
+ ],
40
+ "licenses": [
41
+ {
42
+ "license": {
43
+ "id": "Apache-2.0",
44
+ "url": "https://spdx.org/licenses/Apache-2.0.html"
45
+ }
46
+ }
47
+ ],
48
+ "tags": [
49
+ "transformers",
50
+ "safetensors",
51
+ "aria",
52
+ "image-text-to-text",
53
+ "multimodal",
54
+ "conversational",
55
+ "en",
56
+ "arxiv:2410.05993",
57
+ "base_model:rhymes-ai/Aria-Base-64K",
58
+ "base_model:finetune:rhymes-ai/Aria-Base-64K",
59
+ "license:apache-2.0",
60
+ "endpoints_compatible",
61
+ "region:us"
62
+ ]
63
+ }
64
+ }
65
+ }