Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ Additionally, the model may occasionally hallucinate on very short audio inputs
|
|
18 |
|
19 |
**Evaluations:**
|
20 |
|
21 |
-
We evaluated granite-speech-3.3-2b alongside other speech-language models (SLMs) in the less than 8b parameter range as well as dedicated ASR and AST systems on standard benchmarks. The evaluation spanned multiple public benchmarks, with particular emphasis on English ASR tasks while also including AST for En-X translation.
|
22 |
|
23 |

|
24 |
|
@@ -26,7 +26,7 @@ We evaluated granite-speech-3.3-2b alongside other speech-language models (SLMs)
|
|
26 |
|
27 |

|
28 |
|
29 |
-
**Release Date**:
|
30 |
|
31 |
**License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
32 |
|
@@ -73,7 +73,7 @@ assert wav.shape[0] == 1 and sr == 16000 # mono, 16khz
|
|
73 |
chat = [
|
74 |
{
|
75 |
"role": "system",
|
76 |
-
"content": "Knowledge Cutoff Date: April 2024.\nToday's Date:
|
77 |
},
|
78 |
{
|
79 |
"role": "user",
|
|
|
18 |
|
19 |
**Evaluations:**
|
20 |
|
21 |
+
We evaluated granite-speech-3.3-2b alongside granite-speech-3.3-8b (https://huggingface.co/ibm-granite/granite-speech-3.3-8b) and other speech-language models (SLMs) in the less than 8b parameter range as well as dedicated ASR and AST systems on standard benchmarks. The evaluation spanned multiple public benchmarks, with particular emphasis on English ASR tasks while also including AST for En-X translation.
|
22 |
|
23 |

|
24 |
|
|
|
26 |
|
27 |

|
28 |
|
29 |
+
**Release Date**: May 2, 2025
|
30 |
|
31 |
**License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
32 |
|
|
|
73 |
chat = [
|
74 |
{
|
75 |
"role": "system",
|
76 |
+
"content": "Knowledge Cutoff Date: April 2024.\nToday's Date: May 2, 2025.\nYou are Granite, developed by IBM. You are a helpful AI assistant",
|
77 |
},
|
78 |
{
|
79 |
"role": "user",
|