BELLE-2_Belle-whisper-large-v3-zh.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:f34e8b09-5f74-4d80-8ee0-5bf93353cdba",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-07-10T08:46:24.055659+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "BELLE-2/Belle-whisper-large-v3-zh-282ca421-7ea4-5259-9681-27ff3566465b",
11
+ "name": "BELLE-2/Belle-whisper-large-v3-zh",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/BELLE-2/Belle-whisper-large-v3-zh",
15
+ "type": "documentation"
16
+ }
17
+ ],
18
+ "modelCard": {
19
+ "modelParameters": {
20
+ "task": "automatic-speech-recognition",
21
+ "architectureFamily": "whisper",
22
+ "modelArchitecture": "WhisperForConditionalGeneration"
23
+ },
24
+ "properties": [
25
+ {
26
+ "name": "library_name",
27
+ "value": "transformers"
28
+ },
29
+ {
30
+ "name": "base_model",
31
+ "value": "openai/whisper-large-v3"
32
+ }
33
+ ]
34
+ },
35
+ "authors": [
36
+ {
37
+ "name": "BELLE-2"
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
+ "pytorch",
51
+ "safetensors",
52
+ "whisper",
53
+ "automatic-speech-recognition",
54
+ "base_model:openai/whisper-large-v3",
55
+ "base_model:finetune:openai/whisper-large-v3",
56
+ "license:apache-2.0",
57
+ "endpoints_compatible",
58
+ "region:us"
59
+ ]
60
+ }
61
+ }
62
+ }