Feature Extraction
Transformers
Safetensors
hubert
Inference Endpoints
gallilmaimon commited on
Commit
a319086
·
verified ·
1 Parent(s): e650040

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ This is a base HubertModel and as such is useful as a feature extractor for spee
42
 
43
  ## How to Get Started with the Model
44
 
45
- This model currently requires a a clone of the transformers repository, but will be integrated to the package in coming updates soon. Use version `transformers>=??`, so make sure you have it installed.
46
  Afterwards it can be used as follows:
47
 
48
  ```python
 
42
 
43
  ## How to Get Started with the Model
44
 
45
+ This model requires a new version of transformers - `transformers>=4.48`, so make sure you have it installed.
46
  Afterwards it can be used as follows:
47
 
48
  ```python