Update README.md
Browse files
README.md
CHANGED
|
@@ -2,12 +2,21 @@
|
|
| 2 |
license: gemma
|
| 3 |
library_name: transformers
|
| 4 |
base_model: google/gemma-3-4b-it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# Gemma 3 MM model card
|
| 8 |
|
|
|
|
| 9 |
**Terms of Use**: [Terms][terms]
|
| 10 |
|
|
|
|
| 11 |
|
| 12 |
## Model Summary
|
| 13 |
|
|
@@ -172,15 +181,6 @@ with torch.inference_mode():
|
|
| 172 |
print(response)
|
| 173 |
```
|
| 174 |
|
| 175 |
-
## Evaluation
|
| 176 |
-
|
| 177 |
-
Model evaluation metrics and results.
|
| 178 |
-
|
| 179 |
-
### Benchmark Results
|
| 180 |
-
|
| 181 |
-
These models were evaluated against a large collection of different datasets and
|
| 182 |
-
metrics to cover different aspects of text generation:
|
| 183 |
-
|
| 184 |
## Usage and Limitations
|
| 185 |
|
| 186 |
These models have certain limitations that users should be aware of.
|
|
|
|
| 2 |
license: gemma
|
| 3 |
library_name: transformers
|
| 4 |
base_model: google/gemma-3-4b-it
|
| 5 |
+
datasets:
|
| 6 |
+
- junnei/covost2
|
| 7 |
+
metrics:
|
| 8 |
+
- bleu
|
| 9 |
+
- cer
|
| 10 |
+
- wer
|
| 11 |
+
pipeline_tag: automatic-speech-recognition
|
| 12 |
---
|
| 13 |
|
| 14 |
# Gemma 3 MM model card
|
| 15 |
|
| 16 |
+
|
| 17 |
**Terms of Use**: [Terms][terms]
|
| 18 |
|
| 19 |
+
[terms]: https://ai.google.dev/gemma/terms
|
| 20 |
|
| 21 |
## Model Summary
|
| 22 |
|
|
|
|
| 181 |
print(response)
|
| 182 |
```
|
| 183 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 184 |
## Usage and Limitations
|
| 185 |
|
| 186 |
These models have certain limitations that users should be aware of.
|