RyanMetcalfeInt8 commited on
Commit
4716497
1 Parent(s): 3a2582a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -3,3 +3,21 @@ license: cc-by-nc-4.0
3
  pipeline_tag: text-to-audio
4
  ---
5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  pipeline_tag: text-to-audio
4
  ---
5
 
6
+ # MusicGen Static OpenVINO(TM) Models
7
+
8
+ This repo stores MusicGen (and related) models, and other collateral that have been ported to OpenVINO IR format.
9
+
10
+ These models are used to run *Music Generation* feature within this project: https://github.com/intel/openvino-plugins-ai-audacity
11
+
12
+ ## Description of collateral stores in *Files*
13
+ * **musicgen_small_enc_dec_tok_openvino_models.zip**: This stores the following models that have been ported to OpenVINO IR format:
14
+ * Tokenizer IR generated using [openvino tokenizers](https://github.com/openvinotoolkit/openvino_tokenizers)
15
+ * facebook/encodec_32khz model, both encoder and decoder.
16
+ * T5 text encoder
17
+
18
+ * **musicgen_small_mono_openvino_models.zip**: This stores the [facebook/musicgen-small](https://huggingface.co/facebook/musicgen-small) model that has been converted into [several] OpenVINO IR files.
19
+ * **musicgen_small_stereo_openvino_models.zip**: This stores the [facebook/musicgen-stereo-small](https://huggingface.co/facebook/musicgen-stereo-small) model that has been converted into [several] OpenVINO IR files.
20
+
21
+ **For more details about intended use of the model, datasets, limitations, etc., these details can be found in the Model Card within original model repo:**
22
+ https://huggingface.co/facebook/musicgen-small
23
+ https://huggingface.co/facebook/musicgen-stereo-small