seanghay commited on
Commit
fe34384
1 Parent(s): 7298065

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -44,13 +44,11 @@ It achieves the following results on the evaluation set:
44
  This model is fine-tuned with Google FLEURS & OpenSLR (SLR42) dataset.
45
 
46
  ```python
47
- import torch
48
  from transformers import pipeline
49
 
50
  pipe = pipeline(
51
  task="automatic-speech-recognition",
52
  model="seanghay/whisper-small-khmer",
53
- chunk_length_s=30,
54
  )
55
 
56
  result = pipe("audio.wav",
 
44
  This model is fine-tuned with Google FLEURS & OpenSLR (SLR42) dataset.
45
 
46
  ```python
 
47
  from transformers import pipeline
48
 
49
  pipe = pipeline(
50
  task="automatic-speech-recognition",
51
  model="seanghay/whisper-small-khmer",
 
52
  )
53
 
54
  result = pipe("audio.wav",