Ocean82 trysem commited on
Commit
7b48ca7
·
0 Parent(s):

Duplicate from trysem/SpleeterPretrained

Browse files

Co-authored-by: nothing <trysem@users.noreply.huggingface.co>

Files changed (3) hide show
  1. .gitattributes +34 -0
  2. README.md +195 -0
  3. pretrained_models.zip +3 -0
.gitattributes ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ *.tflite filter=lfs diff=lfs merge=lfs -text
29
+ *.tgz filter=lfs diff=lfs merge=lfs -text
30
+ *.wasm filter=lfs diff=lfs merge=lfs -text
31
+ *.xz filter=lfs diff=lfs merge=lfs -text
32
+ *.zip filter=lfs diff=lfs merge=lfs -text
33
+ *.zst filter=lfs diff=lfs merge=lfs -text
34
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ duplicated_from: imagen/SpleeterPretrained
3
+ pipeline_tag: audio-to-audio
4
+ library_name: adapter-transformers
5
+ language:
6
+ - en
7
+ ---
8
+ # Model Card for Model ID
9
+
10
+ <!-- Provide a quick summary of what the model is/does. -->
11
+
12
+ This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
13
+
14
+ # Model Details
15
+
16
+ ## Model Description
17
+
18
+ <!-- Provide a longer summary of what this model is. -->
19
+
20
+
21
+
22
+ - **Developed by:** [More Information Needed]
23
+ - **Shared by [optional]:** [More Information Needed]
24
+ - **Model type:** [More Information Needed]
25
+ - **Language(s) (NLP):** [More Information Needed]
26
+ - **License:** [More Information Needed]
27
+ - **Finetuned from model [optional]:** [More Information Needed]
28
+
29
+ ## Model Sources [optional]
30
+
31
+ <!-- Provide the basic links for the model. -->
32
+
33
+ - **Repository:** [More Information Needed]
34
+ - **Paper [optional]:** [More Information Needed]
35
+ - **Demo [optional]:** [More Information Needed]
36
+
37
+ # Uses
38
+
39
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
40
+
41
+ ## Direct Use
42
+
43
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
44
+
45
+ [More Information Needed]
46
+
47
+ ## Downstream Use [optional]
48
+
49
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
50
+
51
+ [More Information Needed]
52
+
53
+ ## Out-of-Scope Use
54
+
55
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
56
+
57
+ [More Information Needed]
58
+
59
+ # Bias, Risks, and Limitations
60
+
61
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Recommendations
66
+
67
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
68
+
69
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
70
+
71
+ ## How to Get Started with the Model
72
+
73
+ Use the code below to get started with the model.
74
+
75
+ [More Information Needed]
76
+
77
+ # Training Details
78
+
79
+ ## Training Data
80
+
81
+ <!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
82
+
83
+ [More Information Needed]
84
+
85
+ ## Training Procedure [optional]
86
+
87
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
88
+
89
+ ### Preprocessing
90
+
91
+ [More Information Needed]
92
+
93
+ ### Speeds, Sizes, Times
94
+
95
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
96
+
97
+ [More Information Needed]
98
+
99
+ # Evaluation
100
+
101
+ <!-- This section describes the evaluation protocols and provides the results. -->
102
+
103
+ ## Testing Data, Factors & Metrics
104
+
105
+ ### Testing Data
106
+
107
+ <!-- This should link to a Data Card if possible. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ### Factors
112
+
113
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
114
+
115
+ [More Information Needed]
116
+
117
+ ### Metrics
118
+
119
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
120
+
121
+ [More Information Needed]
122
+
123
+ ## Results
124
+
125
+ [More Information Needed]
126
+
127
+ ### Summary
128
+
129
+
130
+
131
+ # Model Examination [optional]
132
+
133
+ <!-- Relevant interpretability work for the model goes here -->
134
+
135
+ [More Information Needed]
136
+
137
+ # Environmental Impact
138
+
139
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
140
+
141
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
142
+
143
+ - **Hardware Type:** [More Information Needed]
144
+ - **Hours used:** [More Information Needed]
145
+ - **Cloud Provider:** [More Information Needed]
146
+ - **Compute Region:** [More Information Needed]
147
+ - **Carbon Emitted:** [More Information Needed]
148
+
149
+ # Technical Specifications [optional]
150
+
151
+ ## Model Architecture and Objective
152
+
153
+ [More Information Needed]
154
+
155
+ ## Compute Infrastructure
156
+
157
+ [More Information Needed]
158
+
159
+ ### Hardware
160
+
161
+ [More Information Needed]
162
+
163
+ ### Software
164
+
165
+ [More Information Needed]
166
+
167
+ # Citation [optional]
168
+
169
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
170
+
171
+ **BibTeX:**
172
+
173
+ [More Information Needed]
174
+
175
+ **APA:**
176
+
177
+ [More Information Needed]
178
+
179
+ # Glossary [optional]
180
+
181
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
182
+
183
+ [More Information Needed]
184
+
185
+ # More Information [optional]
186
+
187
+ [More Information Needed]
188
+
189
+ # Model Card Authors [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ # Model Card Contact
194
+
195
+ [More Information Needed]
pretrained_models.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4980e97b3b5744eeacafdf5defbe8cc770ca9020d01e72295ecd459349f5f30
3
+ size 402223202