Mustain commited on
Commit
73e3dd9
1 Parent(s): 0a52e6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -66,3 +66,36 @@ text_streamer = TextStreamer(tokenizer)
66
  _ = model.generate(**inputs, streamer = text_streamer, max_new_tokens = 1028)
67
  ```
68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  _ = model.generate(**inputs, streamer = text_streamer, max_new_tokens = 1028)
67
  ```
68
 
69
+ ### Developers
70
+
71
+ Listed in alphabetical order.
72
+
73
+ - [Mustain Billah](https://huggingface.co/Mustain)
74
+ - [Shugo Saito](https://huggingface.co/shugo3110)
75
+ - [Leo Uno](https://huggingface.co/leouno12)
76
+
77
+ ### License
78
+
79
+ [Meta Llama 3 Community License](https://llama.meta.com/llama3/license/)
80
+
81
+ ### How to Cite
82
+
83
+ ```tex
84
+ @misc{elyzallama2024,
85
+ title={surpassone/Llama-3-SURPASSONE-JP-8B},
86
+ url={https://huggingface.co/surpassone/Llama-3-SURPASSONE-JP-8B},
87
+ author={Mustain Billah and Shugo Saito and Leo Uno},
88
+ year={2024},
89
+ }
90
+ ```
91
+
92
+ ### Citations
93
+
94
+ ```tex
95
+ @article{llama3modelcard,
96
+ title={Llama 3 Model Card},
97
+ author={AI@Meta},
98
+ year={2024},
99
+ url = {https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
100
+ }
101
+ ```