lxyuan_distilbert-base-multilingual-cased-sentiments-student.json ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:8c3f1fac-7950-40e8-8977-5da6d50a3894",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-06-05T09:42:14.347334+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "lxyuan/distilbert-base-multilingual-cased-sentiments-student-145289ee-cb06-531e-a014-4563bb11c7b9",
11
+ "name": "lxyuan/distilbert-base-multilingual-cased-sentiments-student",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/lxyuan/distilbert-base-multilingual-cased-sentiments-student",
15
+ "type": "documentation"
16
+ }
17
+ ],
18
+ "modelCard": {
19
+ "modelParameters": {
20
+ "task": "text-classification",
21
+ "architectureFamily": "distilbert",
22
+ "modelArchitecture": "DistilBertForSequenceClassification",
23
+ "datasets": [
24
+ {
25
+ "ref": "tyqiangz/multilingual-sentiments-a7a2b9dc-ddfc-5d28-92f2-358980efc9d2"
26
+ }
27
+ ]
28
+ },
29
+ "properties": [
30
+ {
31
+ "name": "library_name",
32
+ "value": "transformers"
33
+ }
34
+ ]
35
+ },
36
+ "authors": [
37
+ {
38
+ "name": "lxyuan"
39
+ }
40
+ ],
41
+ "licenses": [
42
+ {
43
+ "license": {
44
+ "id": "Apache-2.0",
45
+ "url": "https://spdx.org/licenses/Apache-2.0.html"
46
+ }
47
+ }
48
+ ],
49
+ "tags": [
50
+ "transformers",
51
+ "pytorch",
52
+ "onnx",
53
+ "safetensors",
54
+ "distilbert",
55
+ "text-classification",
56
+ "sentiment-analysis",
57
+ "zero-shot-distillation",
58
+ "distillation",
59
+ "zero-shot-classification",
60
+ "debarta-v3",
61
+ "en",
62
+ "ar",
63
+ "de",
64
+ "es",
65
+ "fr",
66
+ "ja",
67
+ "zh",
68
+ "id",
69
+ "hi",
70
+ "it",
71
+ "ms",
72
+ "pt",
73
+ "dataset:tyqiangz/multilingual-sentiments",
74
+ "doi:10.57967/hf/1422",
75
+ "license:apache-2.0",
76
+ "autotrain_compatible",
77
+ "endpoints_compatible",
78
+ "region:us"
79
+ ]
80
+ }
81
+ },
82
+ "components": [
83
+ {
84
+ "type": "data",
85
+ "bom-ref": "tyqiangz/multilingual-sentiments-a7a2b9dc-ddfc-5d28-92f2-358980efc9d2",
86
+ "name": "tyqiangz/multilingual-sentiments",
87
+ "data": [
88
+ {
89
+ "type": "dataset",
90
+ "bom-ref": "tyqiangz/multilingual-sentiments-a7a2b9dc-ddfc-5d28-92f2-358980efc9d2",
91
+ "name": "tyqiangz/multilingual-sentiments",
92
+ "contents": {
93
+ "url": "https://huggingface.co/datasets/tyqiangz/multilingual-sentiments",
94
+ "properties": [
95
+ {
96
+ "name": "task_categories",
97
+ "value": "text-classification"
98
+ },
99
+ {
100
+ "name": "task_ids",
101
+ "value": "sentiment-analysis, sentiment-classification"
102
+ },
103
+ {
104
+ "name": "language",
105
+ "value": "de, en, es, fr, ja, zh, id, ar, hi, it, ms, pt"
106
+ },
107
+ {
108
+ "name": "size_categories",
109
+ "value": "100K<n<1M, 1M<n<10M"
110
+ },
111
+ {
112
+ "name": "license",
113
+ "value": "apache-2.0"
114
+ }
115
+ ]
116
+ },
117
+ "governance": {
118
+ "owners": [
119
+ {
120
+ "organization": {
121
+ "name": "tyqiangz",
122
+ "url": "https://huggingface.co/tyqiangz"
123
+ }
124
+ }
125
+ ]
126
+ },
127
+ "description": "\n\t\n\t\t\n\t\tMultilingual Sentiments Dataset\n\t\n\nA collection of multilingual sentiments datasets grouped into 3 classes -- positive, neutral, negative.\nMost multilingual sentiment datasets are either 2-class positive or negative, 5-class ratings of products reviews (e.g. Amazon multilingual dataset) or multiple classes of emotions. However, to an average person, sometimes positive, negative and neutral classes suffice and are more straightforward to perceive and annotate. Also, a positive/negative\u2026 See the full description on the dataset page: https://huggingface.co/datasets/tyqiangz/multilingual-sentiments."
128
+ }
129
+ ]
130
+ }
131
+ ]
132
+ }