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