diff --git a/docs/hub/adapters.md b/docs/hub/adapters.md index 88ea389e2..754d3abc0 100644 --- a/docs/hub/adapters.md +++ b/docs/hub/adapters.md @@ -40,7 +40,7 @@ model.active_adapters = adapter_name # or model.train_adapter(adapter_name) ``` -You can also use `list_adapters` to find all Adapter Models programmatically: +You can also use `list_adapters` to find all adapter models programmatically: ```py from adapters import list_adapters @@ -49,16 +49,16 @@ from adapters import list_adapters adapter_infos = list_adapters(source="hf", model_name="roberta-base") ``` -If you want to see how to load a specific model, you can click `Use in Adapter Transformers` and you will be given a working snippet that you can load it! +If you want to see how to load a specific model, you can click `Use in Adapters` and you will be given a working snippet that you can load it!
- - + +
- - + +
## Sharing your models