Update README.md
Browse files
README.md
CHANGED
|
@@ -14,6 +14,10 @@ Wav2Vec2 SSL encoder (1B) converted from the [OmniLingual](https://github.com/fa
|
|
| 14 |
|
| 15 |
This is the **pre-trained encoder backbone without a CTC head**, suitable for feature extraction, probing, and fine-tuning on downstream speech tasks.
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
## Model details
|
| 18 |
|
| 19 |
| Property | Value |
|
|
|
|
| 14 |
|
| 15 |
This is the **pre-trained encoder backbone without a CTC head**, suitable for feature extraction, probing, and fine-tuning on downstream speech tasks.
|
| 16 |
|
| 17 |
+
# Code Base
|
| 18 |
+
|
| 19 |
+
The code base for the conversion can be found [here](https://github.com/ahmedadelattia/omnilingual_to_hf). I was only able to convert the 300M and 1B models due to GPU limitations. Contributions are welcome.
|
| 20 |
+
|
| 21 |
## Model details
|
| 22 |
|
| 23 |
| Property | Value |
|