Files changed (1) hide show
  1. all-hands_openhands-lm-32b-v0.1.json +104 -0
all-hands_openhands-lm-32b-v0.1.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:51f3da11-0969-4d19-9b21-76ffedd53f7c",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-07-14T14:15:10.650658+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "all-hands/openhands-lm-32b-v0.1-304d3b14-83c6-51b9-ba7f-e81bee8c630a",
11
+ "name": "all-hands/openhands-lm-32b-v0.1",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/all-hands/openhands-lm-32b-v0.1",
15
+ "type": "documentation"
16
+ }
17
+ ],
18
+ "modelCard": {
19
+ "modelParameters": {
20
+ "task": "text-generation",
21
+ "architectureFamily": "qwen2",
22
+ "modelArchitecture": "Qwen2ForCausalLM",
23
+ "datasets": [
24
+ {
25
+ "ref": "SWE-Gym/SWE-Gym-081fc832-0e45-55ce-a75f-9a5577793531"
26
+ }
27
+ ]
28
+ },
29
+ "properties": [
30
+ {
31
+ "name": "base_model",
32
+ "value": "Qwen/Qwen2.5-Coder-32B-Instruct"
33
+ }
34
+ ]
35
+ },
36
+ "authors": [
37
+ {
38
+ "name": "all-hands"
39
+ }
40
+ ],
41
+ "licenses": [
42
+ {
43
+ "license": {
44
+ "id": "MIT",
45
+ "url": "https://spdx.org/licenses/MIT.html"
46
+ }
47
+ }
48
+ ],
49
+ "tags": [
50
+ "safetensors",
51
+ "qwen2",
52
+ "agent",
53
+ "coding",
54
+ "text-generation",
55
+ "conversational",
56
+ "en",
57
+ "dataset:SWE-Gym/SWE-Gym",
58
+ "arxiv:2412.21139",
59
+ "base_model:Qwen/Qwen2.5-Coder-32B-Instruct",
60
+ "base_model:finetune:Qwen/Qwen2.5-Coder-32B-Instruct",
61
+ "license:mit",
62
+ "region:us"
63
+ ]
64
+ }
65
+ },
66
+ "components": [
67
+ {
68
+ "type": "data",
69
+ "bom-ref": "SWE-Gym/SWE-Gym-081fc832-0e45-55ce-a75f-9a5577793531",
70
+ "name": "SWE-Gym/SWE-Gym",
71
+ "data": [
72
+ {
73
+ "type": "dataset",
74
+ "bom-ref": "SWE-Gym/SWE-Gym-081fc832-0e45-55ce-a75f-9a5577793531",
75
+ "name": "SWE-Gym/SWE-Gym",
76
+ "contents": {
77
+ "url": "https://huggingface.co/datasets/SWE-Gym/SWE-Gym",
78
+ "properties": [
79
+ {
80
+ "name": "configs",
81
+ "value": "Name of the dataset subset: default {\"split\": \"train\", \"path\": \"data/train-*\"}"
82
+ },
83
+ {
84
+ "name": "license",
85
+ "value": "mit"
86
+ }
87
+ ]
88
+ },
89
+ "governance": {
90
+ "owners": [
91
+ {
92
+ "organization": {
93
+ "name": "SWE-Gym",
94
+ "url": "https://huggingface.co/SWE-Gym"
95
+ }
96
+ }
97
+ ]
98
+ },
99
+ "description": "SWE-Gym contains 2438 instances sourced from 11 Python repos, following SWE-Bench data collection procedure.\nGet started at project page github.com/SWE-Gym/SWE-Gym\n\n\n"
100
+ }
101
+ ]
102
+ }
103
+ ]
104
+ }