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
|
@@ -108,3 +108,7 @@ output = tokenizer.decode(generation_output, skip_special_tokens=True)
|
|
108 |
print(output)
|
109 |
|
110 |
```
|
|
|
|
|
|
|
|
|
|
47 |
--wandb-watch gradients --num-epochs 2
|
48 |
```
|
49 |
|
50 |
+
## Inference
|
51 |
|
52 |
```Python
|
53 |
import torch
|
|
|
108 |
print(output)
|
109 |
|
110 |
```
|
111 |
+
|
112 |
+
## Contact
|
113 |
+
|
114 |
+
Join our [Discord community](https://discord.jina.ai) and chat with other community members about ideas.
|