Upload config.json with huggingface_hub
Browse files- config.json +56 -0
config.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"ZenvionUltraGigaModel"
|
| 4 |
+
],
|
| 5 |
+
"model_type": "zenvion_ultra_giga",
|
| 6 |
+
"hidden_size": 32768,
|
| 7 |
+
"num_layers": 512,
|
| 8 |
+
"num_attention_heads": 128,
|
| 9 |
+
"intermediate_size": 131072,
|
| 10 |
+
"max_position_embeddings": 8192,
|
| 11 |
+
"vocab_size": 50000,
|
| 12 |
+
"total_parameters": "6.68T",
|
| 13 |
+
"model_size_gb": 24870,
|
| 14 |
+
"tasks": [
|
| 15 |
+
"voice_activity_detection",
|
| 16 |
+
"speaker_counting",
|
| 17 |
+
"language_detection",
|
| 18 |
+
"dialect_detection",
|
| 19 |
+
"accent_detection",
|
| 20 |
+
"gender_detection",
|
| 21 |
+
"age_detection",
|
| 22 |
+
"emotion_detection",
|
| 23 |
+
"sentiment_analysis",
|
| 24 |
+
"stress_detection",
|
| 25 |
+
"health_analysis",
|
| 26 |
+
"personality_analysis",
|
| 27 |
+
"education_level",
|
| 28 |
+
"profession_detection",
|
| 29 |
+
"region_detection",
|
| 30 |
+
"audio_quality",
|
| 31 |
+
"noise_type",
|
| 32 |
+
"music_genre",
|
| 33 |
+
"instrument_detection",
|
| 34 |
+
"speech_rate",
|
| 35 |
+
"deepfake_detection",
|
| 36 |
+
"voice_cloning_detection",
|
| 37 |
+
"synthetic_detection",
|
| 38 |
+
"compression_detection",
|
| 39 |
+
"recording_device",
|
| 40 |
+
"environment_detection",
|
| 41 |
+
"room_acoustics",
|
| 42 |
+
"microphone_type",
|
| 43 |
+
"audio_codec",
|
| 44 |
+
"sample_rate_detection",
|
| 45 |
+
"speaker_verification",
|
| 46 |
+
"speaker_identification",
|
| 47 |
+
"voice_biometrics",
|
| 48 |
+
"vocal_tract_analysis",
|
| 49 |
+
"breathing_pattern",
|
| 50 |
+
"heart_rate_estimation",
|
| 51 |
+
"fatigue_detection",
|
| 52 |
+
"intoxication_detection"
|
| 53 |
+
],
|
| 54 |
+
"torch_dtype": "float32",
|
| 55 |
+
"transformers_version": "4.57.3"
|
| 56 |
+
}
|