Instructions to use kiyoonkim/aad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kiyoonkim/aad with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kiyoonkim/aad", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload config.yaml with huggingface_hub
Browse files- config.yaml +1 -1
config.yaml
CHANGED
|
@@ -76,7 +76,7 @@ optimizer:
|
|
| 76 |
eps: 1.0e-08
|
| 77 |
foreach: null
|
| 78 |
fused: null
|
| 79 |
-
lr:
|
| 80 |
maximize: false
|
| 81 |
weight_decay: 1.0e-05
|
| 82 |
print_config: false
|
|
|
|
| 76 |
eps: 1.0e-08
|
| 77 |
foreach: null
|
| 78 |
fused: null
|
| 79 |
+
lr: 1.0e-05
|
| 80 |
maximize: false
|
| 81 |
weight_decay: 1.0e-05
|
| 82 |
print_config: false
|