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 ·
7d9a97e
1
Parent(s): e9d8cd4
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,8 @@ metrics:
|
|
| 7 |
- accuracy
|
| 8 |
library_name: keras
|
| 9 |
pipeline_tag: text2text-generation
|
| 10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
- accuracy
|
| 8 |
library_name: keras
|
| 9 |
pipeline_tag: text2text-generation
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
Run the AssamGPT_Inference_0.ipynb for inference. If you do not have proper gpu un comment the line os.environ['CUDA_VISIBLE_DEVICES'] = '-1' #disble gpu.
|
| 13 |
+
|
| 14 |
+
For training using the file AssameseWikiGPT_0.ipynb
|