Audio-Text-to-Text
Transformers
PyTorch
English
Chinese
moss_transcribe_diarize
text-generation
moss
audio
speech
asr
diarization
timestamp-asr
long-form-audio
multimodal
multilingual
custom_code
Instructions to use xqiuresearch/MOSS-Transcribe-Diarize with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xqiuresearch/MOSS-Transcribe-Diarize with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("xqiuresearch/MOSS-Transcribe-Diarize", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- Model_Architecture.png +0 -0
- SecretExample.java +0 -6
- application.properties +0 -5
- merges.txt +0 -0
- secret_example.py +0 -4
Model_Architecture.png
DELETED
|
Binary file (59.9 kB)
|
|
|
SecretExample.java
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
public class SecretExample {
|
| 2 |
-
static final String AWS_ACCESS_KEY="AKIAIOSFODNN7EXAMPLE";
|
| 3 |
-
static final String AWS_SECRET_KEY="wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY";
|
| 4 |
-
static final String GITHUB_TOKEN="ghp_abcdefghijklmnopqrstuvwxyz1234567890";
|
| 5 |
-
public static void main(String[] a){System.out.println(AWS_ACCESS_KEY);}
|
| 6 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
application.properties
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
spring.datasource.password=SuperSecretPassword123!
|
| 2 |
-
aws.accessKeyId=AKIAIOSFODNN7EXAMPLE
|
| 3 |
-
aws.secretAccessKey=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
|
| 4 |
-
github.token=ghp_abcdefghijklmnopqrstuvwxyz1234567890
|
| 5 |
-
jwt.secret=ThisIsADevelopmentSecretKeyOnly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
merges.txt
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
secret_example.py
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
AWS_ACCESS_KEY='AKIAIOSFODNN7EXAMPLE'
|
| 2 |
-
AWS_SECRET_KEY='wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY'
|
| 3 |
-
GITHUB_TOKEN='ghp_abcdefghijklmnopqrstuvwxyz1234567890'
|
| 4 |
-
print(AWS_ACCESS_KEY)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|