Instructions to use Trat80/AdemGPT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Trat80/AdemGPT with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Trat80/AdemGPT", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update pytorch_model.bin
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
transformers-cli upload model_files/pytorch_model.bin --repo
|
|
|
|
| 1 |
+
transformers-cli upload model_files/pytorch_model.bin --repo Trat80/AdemGPT
|