Instructions to use CocoLng/CamemBERT-Gpt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CocoLng/CamemBERT-Gpt with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("CocoLng/CamemBERT-Gpt", dtype="auto") - Notebooks
- Google Colab
- Kaggle
CocoLng commited on
Commit ·
0a45015
1
Parent(s): 3ea7f84
Exclusion de fichier via git
Browse files- .gitignore +1 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
.DS_Store
|