Mentors4EDU commited on
Commit
58b3e02
·
verified ·
1 Parent(s): b0ac87a

Changed licensing to MIT

Browse files
Files changed (1) hide show
  1. .meta-huggingface.json +27 -27
.meta-huggingface.json CHANGED
@@ -1,28 +1,28 @@
1
- {
2
- "modelcard": {
3
- "language": ["en"],
4
- "license": "apache-2.0",
5
- "library_name": "transformers",
6
- "tags": ["openpeer-llm", "decentralized", "transformer", "peer-to-peer"],
7
- "model-type": "causal-language-model",
8
- "authors": ["Andrew Magdy Kamal Nassief"],
9
- "organization": "Riemann Computing Inc.",
10
- "creation_date": "2025-09-13"
11
- },
12
- "base_model": null,
13
- "tags": [
14
- "pytorch",
15
- "causal-lm",
16
- "deep-learning",
17
- "transformers",
18
- "decentralized",
19
- "peer-to-peer"
20
- ],
21
- "widget": {
22
- "structured_model_output": false,
23
- "example_inputs": [
24
- "Act as a software developer. Explain the concept of decentralized computing and how it can be applied to machine learning models."
25
- ]
26
- },
27
- "datasets": ["fka/awesome-chatgpt-prompts"]
28
  }
 
1
+ {
2
+ "modelcard": {
3
+ "language": ["en"],
4
+ "license": "MIT",
5
+ "library_name": "transformers",
6
+ "tags": ["openpeer-llm", "decentralized", "transformer", "peer-to-peer"],
7
+ "model-type": "causal-language-model",
8
+ "authors": ["Andrew Magdy Kamal Nassief"],
9
+ "organization": "Riemann Computing Inc.",
10
+ "creation_date": "2025-09-13"
11
+ },
12
+ "base_model": null,
13
+ "tags": [
14
+ "pytorch",
15
+ "causal-lm",
16
+ "deep-learning",
17
+ "transformers",
18
+ "decentralized",
19
+ "peer-to-peer"
20
+ ],
21
+ "widget": {
22
+ "structured_model_output": false,
23
+ "example_inputs": [
24
+ "Act as a software developer. Explain the concept of decentralized computing and how it can be applied to machine learning models."
25
+ ]
26
+ },
27
+ "datasets": ["fka/awesome-chatgpt-prompts"]
28
  }