Files changed (1) hide show
  1. jinaai_ReaderLM-v2.json +61 -0
jinaai_ReaderLM-v2.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:aad44aae-139c-4e30-aa11-1f1db37ed860",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-06-05T09:42:10.771370+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "jinaai/ReaderLM-v2-8062f244-49b2-59f3-b3e0-a21ed2b2fd33",
11
+ "name": "jinaai/ReaderLM-v2",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/jinaai/ReaderLM-v2",
15
+ "type": "documentation"
16
+ }
17
+ ],
18
+ "modelCard": {
19
+ "modelParameters": {
20
+ "task": "text-generation",
21
+ "architectureFamily": "qwen2",
22
+ "modelArchitecture": "Qwen2ForCausalLM"
23
+ },
24
+ "properties": [
25
+ {
26
+ "name": "library_name",
27
+ "value": "transformers"
28
+ }
29
+ ]
30
+ },
31
+ "authors": [
32
+ {
33
+ "name": "jinaai"
34
+ }
35
+ ],
36
+ "licenses": [
37
+ {
38
+ "license": {
39
+ "id": "CC-BY-NC-4.0",
40
+ "url": "https://spdx.org/licenses/CC-BY-NC-4.0.html"
41
+ }
42
+ }
43
+ ],
44
+ "description": "- **Model Type**: Autoregressive, decoder-only transformer- **Parameter Count**: 1.54B- **Context Window**: Up to 512K tokens (combined input and output)- **Hidden Size**: 1536- **Number of Layers**: 28- **Query Heads**: 12- **KV Heads**: 2- **Head Size**: 128- **Intermediate Size**: 8960- **Supported Languages**: English, Chinese, Japanese, Korean, French, Spanish, Portuguese, German, Italian, Russian, Vietnamese, Thai, Arabic, and more (29 total)---",
45
+ "tags": [
46
+ "transformers",
47
+ "onnx",
48
+ "safetensors",
49
+ "qwen2",
50
+ "text-generation",
51
+ "conversational",
52
+ "multilingual",
53
+ "arxiv:2503.01151",
54
+ "license:cc-by-nc-4.0",
55
+ "autotrain_compatible",
56
+ "text-generation-inference",
57
+ "region:eu"
58
+ ]
59
+ }
60
+ }
61
+ }