Files changed (1) hide show
  1. ElKulako_cryptobert.json +109 -0
ElKulako_cryptobert.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:55a554e4-bbb2-4a06-b1c6-464f21f5f663",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-06-05T09:38:42.965593+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "ElKulako/cryptobert-f162441f-1515-5203-b0e9-517acd41ec8e",
11
+ "name": "ElKulako/cryptobert",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/ElKulako/cryptobert",
15
+ "type": "documentation"
16
+ }
17
+ ],
18
+ "modelCard": {
19
+ "modelParameters": {
20
+ "task": "text-classification",
21
+ "architectureFamily": "roberta",
22
+ "modelArchitecture": "RobertaForSequenceClassification",
23
+ "datasets": [
24
+ {
25
+ "ref": "ElKulako/stocktwits-crypto-db1c54fc-b51d-5904-a572-f5f3142577b2"
26
+ }
27
+ ]
28
+ },
29
+ "properties": [
30
+ {
31
+ "name": "library_name",
32
+ "value": "transformers"
33
+ }
34
+ ]
35
+ },
36
+ "authors": [
37
+ {
38
+ "name": "ElKulako"
39
+ }
40
+ ],
41
+ "licenses": [
42
+ {
43
+ "license": {
44
+ "id": "MIT",
45
+ "url": "https://spdx.org/licenses/MIT.html"
46
+ }
47
+ }
48
+ ],
49
+ "tags": [
50
+ "transformers",
51
+ "pytorch",
52
+ "safetensors",
53
+ "roberta",
54
+ "text-classification",
55
+ "cryptocurrency",
56
+ "crypto",
57
+ "BERT",
58
+ "sentiment classification",
59
+ "NLP",
60
+ "bitcoin",
61
+ "ethereum",
62
+ "shib",
63
+ "social media",
64
+ "sentiment analysis",
65
+ "cryptocurrency sentiment analysis",
66
+ "en",
67
+ "dataset:ElKulako/stocktwits-crypto",
68
+ "license:mit",
69
+ "autotrain_compatible",
70
+ "endpoints_compatible",
71
+ "region:us"
72
+ ]
73
+ }
74
+ },
75
+ "components": [
76
+ {
77
+ "type": "data",
78
+ "bom-ref": "ElKulako/stocktwits-crypto-db1c54fc-b51d-5904-a572-f5f3142577b2",
79
+ "name": "ElKulako/stocktwits-crypto",
80
+ "data": [
81
+ {
82
+ "type": "dataset",
83
+ "bom-ref": "ElKulako/stocktwits-crypto-db1c54fc-b51d-5904-a572-f5f3142577b2",
84
+ "name": "ElKulako/stocktwits-crypto",
85
+ "contents": {
86
+ "url": "https://huggingface.co/datasets/ElKulako/stocktwits-crypto",
87
+ "properties": [
88
+ {
89
+ "name": "license",
90
+ "value": "mit"
91
+ }
92
+ ]
93
+ },
94
+ "governance": {
95
+ "owners": [
96
+ {
97
+ "organization": {
98
+ "name": "ElKulako",
99
+ "url": "https://huggingface.co/ElKulako"
100
+ }
101
+ }
102
+ ]
103
+ },
104
+ "description": "For academic reference, cite the following paper: https://ieeexplore.ieee.org/document/10223689\nDataset StockTwits-crypto contains all cryptocurrency-related posts from the StockTwits website, from 1st of November 2021 to the 15th of June 2022. \nThe data has been cleaned and preprocessed, we removed: \n\ncashtags, hashtags, usernames,\nURLs, crypto wallets, \nChinese, Korean and Japanese characters,\n(most) UTF-8 encoding issues\nremoved all posts shorter than 4 words\nremoved all duplicate posts\u2026 See the full description on the dataset page: https://huggingface.co/datasets/ElKulako/stocktwits-crypto."
105
+ }
106
+ ]
107
+ }
108
+ ]
109
+ }