rnagabh commited on
Commit
c191c23
·
verified ·
1 Parent(s): 44b066b

Initial upload: Gemma 4 audio encoder (304.8M USM-style Conformer)

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -12,8 +12,23 @@ tags:
12
  - gemma4
13
  - usm
14
  - google
 
15
  pipeline_tag: feature-extraction
16
  base_model: google/gemma-4-E2B-it
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
  # Gemma 4 Audio Encoder (USM-style Conformer)
 
12
  - gemma4
13
  - usm
14
  - google
15
+ - safetensors
16
  pipeline_tag: feature-extraction
17
  base_model: google/gemma-4-E2B-it
18
+ model-index:
19
+ - name: gemma4-audio-encoder
20
+ results:
21
+ - task:
22
+ type: audio-classification
23
+ name: Speech Commands (35-class)
24
+ dataset:
25
+ name: Google Speech Commands v0.02
26
+ type: google/speech_commands
27
+ split: validation
28
+ metrics:
29
+ - type: accuracy
30
+ value: 72.0
31
+ name: Linear Probe Accuracy
32
  ---
33
 
34
  # Gemma 4 Audio Encoder (USM-style Conformer)