Adapters
File size: 280 Bytes
86ccc0b
 
70c70a4
 
86ccc0b
c565c3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
library_name: adapter-transformers
datasets:
- khulnasoft/duo-chat-evaluation
---
# cm-notebooks

Supporting notebooks used by Custom Models

## Install and run Jupyter Lab

```shell
mise install
```
```shell
poetry shell
poetry install
```
```shell
jupyter lab notebooks/
```