fastinom commited on
Commit
3a28a64
1 Parent(s): 659b110

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -65,7 +65,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
65
 
66
  Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
67
 
68
- ## How to Get Started with the Model
69
 
70
  Use the code below to get started with the model.
71
 
@@ -100,7 +100,6 @@ predicted_ids = torch.argmax(logits, dim=-1)
100
  transcription = processor.batch_decode(predicted_ids)
101
  print(transcription[0])
102
  ```
103
-
104
  </details>]
105
 
106
  ## Training Details
 
65
 
66
  Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
67
 
68
+ ### How to Get Started with the Model
69
 
70
  Use the code below to get started with the model.
71
 
 
100
  transcription = processor.batch_decode(predicted_ids)
101
  print(transcription[0])
102
  ```
 
103
  </details>]
104
 
105
  ## Training Details