Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,8 @@ InBedder🛌 is a text embedder that is designed to follow instructions. Instruc
|
|
| 12 |
|
| 13 |

|
| 14 |
|
|
|
|
|
|
|
| 15 |
```python
|
| 16 |
import torch
|
| 17 |
from torch import nn
|
|
|
|
| 12 |
|
| 13 |

|
| 14 |
|
| 15 |
+
The following is a use case from [https://github.com/zhang-yu-wei/InBedder/blob/main/UseCase.ipynb](https://github.com/zhang-yu-wei/InBedder/blob/main/UseCase.ipynb)
|
| 16 |
+
|
| 17 |
```python
|
| 18 |
import torch
|
| 19 |
from torch import nn
|