SVECTOR-OFFICIAL commited on
Commit
fa2ed8a
·
verified ·
1 Parent(s): 5ad1733

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +54 -0
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "Spectro-2B",
3
+ "model_type": "Transformer3DModel",
4
+ "description": "Spectro-2B: Advanced Transformer-based Video Generation Model by SVECTOR.",
5
+ "architectures": [
6
+ "Transformer3DModel",
7
+ "CausalVideoAutoencoder"
8
+ ],
9
+ "attention_type": "spatial_temporal",
10
+ "num_parameters": "2 Billion",
11
+ "resolution": "256x256",
12
+ "output_frame_rate": "30 FPS",
13
+ "framework_version": "0.25.1",
14
+ "created_by": "SVECTOR",
15
+ "owner": "SVECTOR-CORPORATION",
16
+ "last_updated": "2024-12-24",
17
+ "dependencies": {
18
+ "torch": "2.0.1",
19
+ "transformers": "4.42.4",
20
+ "diffusers": "0.25.1"
21
+ },
22
+ "usage_statistics": {
23
+ "download_count": 3250,
24
+ "total_inferences": 10230,
25
+ "average_inference_time_ms": 92,
26
+ "gpu_memory_usage_gb": 11.5
27
+ },
28
+ "training_details": {
29
+ "dataset_name": "Spectro-Video-Dataset-1B",
30
+ "training_steps": 1250000,
31
+ "optimizer": "AdamW",
32
+ "learning_rate": 0.0001,
33
+ "batch_size": 128
34
+ },
35
+ "architecture_details": {
36
+ "hidden_size": 1024,
37
+ "num_hidden_layers": 28,
38
+ "num_attention_heads": 32,
39
+ "positional_embedding_type": "rope",
40
+ "dropout_rate": 0.1,
41
+ "patch_size": 16
42
+ },
43
+ "performance_metrics": {
44
+ "inference_latency_ms": 85,
45
+ "model_fidelity": "98.2%",
46
+ "gpu_efficiency": "10.2 GB per inference"
47
+ },
48
+ "tags": [
49
+ "video-generation",
50
+ "transformer-based",
51
+ "SVECTOR",
52
+ "high-performance"
53
+ ]
54
+ }