Instructions to use YuvrajTalukdar/AssameseWikiLanguageModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use YuvrajTalukdar/AssameseWikiLanguageModel with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://YuvrajTalukdar/AssameseWikiLanguageModel") - Notebooks
- Google Colab
- Kaggle
Commit ·
56e3f64
1
Parent(s): 97bd363
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,6 @@ language:
|
|
| 5 |
- as
|
| 6 |
metrics:
|
| 7 |
- accuracy
|
| 8 |
-
library_name:
|
| 9 |
pipeline_tag: text2text-generation
|
| 10 |
---
|
|
|
|
| 5 |
- as
|
| 6 |
metrics:
|
| 7 |
- accuracy
|
| 8 |
+
library_name: tensorflowtts
|
| 9 |
pipeline_tag: text2text-generation
|
| 10 |
---
|