Instructions to use Ruvi007/Model2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use Ruvi007/Model2 with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("Ruvi007/Model2", set_active=True) - Notebooks
- Google Colab
- Kaggle
Create config .json
Browse files- config .json +3 -0
config .json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"pdfFilePath": "//storage/emulated/0/Download/The-Shell-Blue-Hydrogen-Process.pdf"
|
| 3 |
+
}
|