PEFT
English
MrLight commited on
Commit
53f3ec5
1 Parent(s): bc17d05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -59,6 +59,9 @@ with torch.no_grad():
59
  print(score)
60
 
61
  ```
 
 
 
62
 
63
  ## Citation
64
 
 
59
  print(score)
60
 
61
  ```
62
+ ## Batch inference and training
63
+ An unofficial replication of the inference and training code can be found [here](https://github.com/texttron/tevatron/tree/main/examples/repllama)
64
+
65
 
66
  ## Citation
67