mia naomi commited on
Commit
359e178
1 Parent(s): a212f62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -26,4 +26,26 @@ print(tokenizer.decode(out[0]))
26
  """output
27
  <QUERY> If birds are in group B, and snakes are in group A, what group are pythons in? <RESPONSE> Group A
28
  """
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ```
 
26
  """output
27
  <QUERY> If birds are in group B, and snakes are in group A, what group are pythons in? <RESPONSE> Group A
28
  """
29
+ ```
30
+
31
+ ### citations
32
+
33
+ ```bibtex
34
+ @misc{gpt-j,
35
+ author = {Wang, Ben and Komatsuzaki, Aran},
36
+ title = {{GPT-J-6B: A 6 Billion Parameter Autoregressive Language Model}},
37
+ howpublished = {\url{https://github.com/kingoflolz/mesh-transformer-jax}},
38
+ year = 2021,
39
+ month = May
40
+ }
41
+ ```
42
+
43
+ ```bibtex
44
+ @misc{mesh-transformer-jax,
45
+ author = {Wang, Ben},
46
+ title = {{Mesh-Transformer-JAX: Model-Parallel Implementation of Transformer Language Model with JAX}},
47
+ howpublished = {\url{https://github.com/kingoflolz/mesh-transformer-jax}},
48
+ year = 2021,
49
+ month = May
50
+ }
51
  ```