Audio-to-Audio
Transformers
Safetensors
English
Chinese
qwen2
text-generation
text-generation-inference
Instructions to use cmots/UniSS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cmots/UniSS with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("cmots/UniSS") model = AutoModelForCausalLM.from_pretrained("cmots/UniSS") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ UniSS supports English and Chinese now.
|
|
| 24 |
|
| 25 |
- **Repository:** https://github.com/cmots/UniSS
|
| 26 |
- **Paper:**
|
| 27 |
-
- **Demo:** https://cmots.github.io/uniss
|
| 28 |
|
| 29 |
## Quick Start
|
| 30 |
1. Install the environment and get the code
|
|
|
|
| 24 |
|
| 25 |
- **Repository:** https://github.com/cmots/UniSS
|
| 26 |
- **Paper:**
|
| 27 |
+
- **Demo:** https://cmots.github.io/uniss-demo
|
| 28 |
|
| 29 |
## Quick Start
|
| 30 |
1. Install the environment and get the code
|