Instructions to use Georg4000/Octa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use Georg4000/Octa with ESPnet:
unknown model type (must be text-to-speech or automatic-speech-recognition)
- Notebooks
- Google Colab
- Kaggle
Create __init__.py
Browse files- __init__.py +5 -0
__init__.py
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from .configuration_octagon import *
|
| 2 |
+
from .modeling_octagon import *
|
| 3 |
+
from .tokenization_octagon import *
|
| 4 |
+
|
| 5 |
+
__version__ = "0.1.0"
|