narugo1992 commited on
Commit
3e35c71
·
verified ·
0 Parent(s):

Squash 'spaces/deepghs/RDLicence/.'

Browse files
Files changed (5) hide show
  1. .gitattributes +35 -0
  2. LICENCE.file +34 -0
  3. README.md +12 -0
  4. index.html +71 -0
  5. style.css +28 -0
.gitattributes ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
LICENCE.file ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MODEL REDISTRIBUTION DISCLAIMER LICENSE (RDL)
2
+
3
+ TERMS AND CONDITIONS:
4
+
5
+ 1. Ownership
6
+ All intellectual property rights and related rights to the Work remain exclusively with the original copyright holder(s). The Maintainer neither claims nor acquires any rights through redistribution.
7
+
8
+ 2. Source Attribution Requirement
9
+ The Maintainer must prominently display the original source information (including but not limited to publication platform, author identifiers, and original release URL) in the repository's primary documentation (e.g., README file).
10
+
11
+ 3. License Inheritance
12
+ Use, modification, and distribution of the Work shall be governed entirely by the license terms accompanying its original release. Any original license file takes precedence over this disclaimer.
13
+
14
+ 4. User Obligations
15
+ Users must:
16
+ - Preserve all original copyright notices and license files
17
+ - Comply with the original license terms
18
+ - Attribute the Work to its original source when redistributing
19
+
20
+ 5. Disclaimer of Liability
21
+ THE WORK IS PROVIDED "AS IS", WITHOUT WARRANTIES OF ANY KIND. THE MAINTAINER EXPLICITLY DISCLAIMS LIABILITY FOR:
22
+ - Accuracy or completeness of the Work
23
+ - Intellectual property infringement
24
+ - Fitness for any purpose
25
+ - Any damages arising from use
26
+
27
+ 6. Preservation Principle
28
+ The Maintainer shall not:
29
+ - Modify original model files
30
+ - Remove original licensing information
31
+ - Claim authorship or ownership
32
+
33
+ 7. Takedown Protocol
34
+ Original rights holders may request content removal by contacting the Maintainer through repository-associated channels. Compliance will occur within 5 business days upon verification.
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: RDLicence
3
+ emoji: 🏢
4
+ colorFrom: green
5
+ colorTo: pink
6
+ sdk: static
7
+ pinned: false
8
+ license: mit
9
+ short_description: MODEL REDISTRIBUTION DISCLAIMER LICENSE
10
+ ---
11
+
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width">
6
+ <title>Model Redistribution Disclaimer</title>
7
+ <style>
8
+ .container { max-width: 800px; margin: 2rem auto; padding: 20px; }
9
+ h1 { color: #2c3e50; border-bottom: 2px solid #bdc3c7; }
10
+ h2 { color: #34495e; margin-top: 1.8rem; }
11
+ .section { margin: 1.5rem 0; }
12
+ .highlight { background: #f8f9fa; padding: 15px; border-radius: 4px; }
13
+ </style>
14
+ </head>
15
+ <body>
16
+ <div class="container">
17
+ <h1>Model Redistribution Disclaimer License (RDL)</h1>
18
+
19
+ <div class="section">
20
+ <h2>1. Ownership</h2>
21
+ <p>All intellectual property rights and related rights to the Work remain exclusively with the original copyright holder(s). The Maintainer neither claims nor acquires any rights through redistribution.</p>
22
+ </div>
23
+
24
+ <div class="section highlight">
25
+ <h2>2. Source Attribution Requirement</h2>
26
+ <p>The Maintainer must prominently display the original source information (including but not limited to publication platform, author identifiers, and original release URL) in the repository's primary documentation.</p>
27
+ </div>
28
+
29
+ <div class="section">
30
+ <h2>3. License Inheritance</h2>
31
+ <p>Use, modification, and distribution of the Work shall be governed entirely by the license terms accompanying its original release. Any original license file takes precedence over this disclaimer.</p>
32
+ </div>
33
+
34
+ <div class="section">
35
+ <h2>4. User Obligations</h2>
36
+ <p>Users must:</p>
37
+ <ul>
38
+ <li>Preserve all original copyright notices and license files</li>
39
+ <li>Comply with the original license terms</li>
40
+ <li>Attribute the Work to its original source when redistributing</li>
41
+ </ul>
42
+ </div>
43
+
44
+ <div class="section">
45
+ <h2>5. Disclaimer of Liability</h2>
46
+ <p>THE WORK IS PROVIDED "AS IS", WITHOUT WARRANTIES OF ANY KIND. THE MAINTAINER EXPLICITLY DISCLAIMS LIABILITY FOR:</p>
47
+ <ul>
48
+ <li>Accuracy or completeness of the Work</li>
49
+ <li>Intellectual property infringement</li>
50
+ <li>Fitness for any purpose</li>
51
+ <li>Any damages arising from use</li>
52
+ </ul>
53
+ </div>
54
+
55
+ <div class="section">
56
+ <h2>6. Preservation Principle</h2>
57
+ <p>The Maintainer shall not:</p>
58
+ <ul>
59
+ <li>Modify original model files</li>
60
+ <li>Remove original licensing information</li>
61
+ <li>Claim authorship or ownership</li>
62
+ </ul>
63
+ </div>
64
+
65
+ <div class="section highlight">
66
+ <h2>7. Takedown Protocol</h2>
67
+ <p>Original rights holders may request content removal by contacting the Maintainer through repository-associated channels. Compliance will occur within 5 business days upon verification.</p>
68
+ </div>
69
+ </div>
70
+ </body>
71
+ </html>
style.css ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ padding: 2rem;
3
+ font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
+ }
5
+
6
+ h1 {
7
+ font-size: 16px;
8
+ margin-top: 0;
9
+ }
10
+
11
+ p {
12
+ color: rgb(107, 114, 128);
13
+ font-size: 15px;
14
+ margin-bottom: 10px;
15
+ margin-top: 5px;
16
+ }
17
+
18
+ .card {
19
+ max-width: 620px;
20
+ margin: 0 auto;
21
+ padding: 16px;
22
+ border: 1px solid lightgray;
23
+ border-radius: 16px;
24
+ }
25
+
26
+ .card p:last-child {
27
+ margin-bottom: 0;
28
+ }