Update README.md
Browse files
README.md
CHANGED
|
@@ -47,7 +47,7 @@ python finetune.py \
|
|
| 47 |
--wandb-watch gradients --num-epochs 2
|
| 48 |
```
|
| 49 |
|
| 50 |
-
## Inference
|
| 51 |
|
| 52 |
```Python
|
| 53 |
import torch
|
|
@@ -101,4 +101,8 @@ output = tokenizer.decode(generation_output, skip_special_tokens=True)
|
|
| 101 |
|
| 102 |
print(output)
|
| 103 |
|
| 104 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
--wandb-watch gradients --num-epochs 2
|
| 48 |
```
|
| 49 |
|
| 50 |
+
## Inference
|
| 51 |
|
| 52 |
```Python
|
| 53 |
import torch
|
|
|
|
| 101 |
|
| 102 |
print(output)
|
| 103 |
|
| 104 |
+
```
|
| 105 |
+
|
| 106 |
+
## Contact
|
| 107 |
+
|
| 108 |
+
Join our [Discord community](https://discord.jina.ai) and chat with other community members about ideas.
|