Instructions to use jongwooko/Flex-Omni-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jongwooko/Flex-Omni-7B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="jongwooko/Flex-Omni-7B")# Load model directly from transformers import AutoProcessor, AutoModelForTextToWaveform processor = AutoProcessor.from_pretrained("jongwooko/Flex-Omni-7B") model = AutoModelForTextToWaveform.from_pretrained("jongwooko/Flex-Omni-7B") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags: []
|
|
| 7 |
|
| 8 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
|
| 10 |
-
|
| 11 |
|
| 12 |
## Model Details
|
| 13 |
|
|
@@ -142,8 +142,6 @@ Use the code below to get started with the model.
|
|
| 142 |
|
| 143 |
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
|
| 145 |
-
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).
|
| 146 |
-
|
| 147 |
- **Hardware Type:** [More Information Needed]
|
| 148 |
- **Hours used:** [More Information Needed]
|
| 149 |
- **Cloud Provider:** [More Information Needed]
|
|
|
|
| 7 |
|
| 8 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
|
| 10 |
+
[Flex-Judge](https://arxiv.org/abs/2505.18601)
|
| 11 |
|
| 12 |
## Model Details
|
| 13 |
|
|
|
|
| 142 |
|
| 143 |
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
|
|
|
|
|
|
|
| 145 |
- **Hardware Type:** [More Information Needed]
|
| 146 |
- **Hours used:** [More Information Needed]
|
| 147 |
- **Cloud Provider:** [More Information Needed]
|