sebaweis commited on
Commit
6a7bb47
1 Parent(s): 14b60eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
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.