keisawada commited on
Commit
fad35e4
·
verified ·
1 Parent(s): 67cde2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -85,10 +85,10 @@ The model uses the original meta-llama/Meta-Llama-3-8B tokenizer.
85
 
86
  # How to cite
87
  ```bibtex
88
- @misc{rinna-llama-3-youko-8b,
89
- title = {rinna/llama-3-youko-8b},
90
  author = {Mitsuda, Koh and Sawada, Kei},
91
- url = {https://huggingface.co/rinna/llama-3-youko-8b},
92
  }
93
 
94
  @inproceedings{sawada2024release,
@@ -97,7 +97,9 @@ The model uses the original meta-llama/Meta-Llama-3-8B tokenizer.
97
  booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
98
  month = {5},
99
  year = {2024},
100
- url = {https://arxiv.org/abs/2404.01657},
 
 
101
  }
102
  ```
103
  ---
@@ -105,20 +107,20 @@ The model uses the original meta-llama/Meta-Llama-3-8B tokenizer.
105
  # References
106
  ```bibtex
107
  @article{llama3modelcard,
108
- title={Llama 3 Model Card},
109
- author={AI@Meta},
110
- year={2024},
111
  url = {https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
112
  }
113
 
114
  @software{gpt-neox-library,
115
- title = {{GPT-NeoX: Large Scale Autoregressive Language Modeling in PyTorch}},
116
  author = {Andonian, Alex and Anthony, Quentin and Biderman, Stella and Black, Sid and Gali, Preetham and Gao, Leo and Hallahan, Eric and Levy-Kramer, Josh and Leahy, Connor and Nestler, Lucas and Parker, Kip and Pieler, Michael and Purohit, Shivanshu and Songz, Tri and Phil, Wang and Weinbach, Samuel},
117
  doi = {10.5281/zenodo.5879544},
118
  month = {8},
119
  year = {2021},
120
  version = {0.0.1},
121
- url = {https://www.github.com/eleutherai/gpt-neox},
122
  }
123
  ```
124
  ---
 
85
 
86
  # How to cite
87
  ```bibtex
88
+ @misc{rinna-llama-3-youko-8b,
89
+ title = {rinna/llama-3-youko-8b},
90
  author = {Mitsuda, Koh and Sawada, Kei},
91
+ url = {https://huggingface.co/rinna/llama-3-youko-8b}
92
  }
93
 
94
  @inproceedings{sawada2024release,
 
97
  booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
98
  month = {5},
99
  year = {2024},
100
+ pages = {13898--13905},
101
+ url = {https://aclanthology.org/2024.lrec-main.1213},
102
+ note = {\url{https://arxiv.org/abs/2404.01657}}
103
  }
104
  ```
105
  ---
 
107
  # References
108
  ```bibtex
109
  @article{llama3modelcard,
110
+ title = {Llama 3 Model Card},
111
+ author = {AI@Meta},
112
+ year = {2024},
113
  url = {https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
114
  }
115
 
116
  @software{gpt-neox-library,
117
+ title = {{GPT}-{N}eo{X}: Large Scale Autoregressive Language Modeling in {P}y{T}orch},
118
  author = {Andonian, Alex and Anthony, Quentin and Biderman, Stella and Black, Sid and Gali, Preetham and Gao, Leo and Hallahan, Eric and Levy-Kramer, Josh and Leahy, Connor and Nestler, Lucas and Parker, Kip and Pieler, Michael and Purohit, Shivanshu and Songz, Tri and Phil, Wang and Weinbach, Samuel},
119
  doi = {10.5281/zenodo.5879544},
120
  month = {8},
121
  year = {2021},
122
  version = {0.0.1},
123
+ url = {https://www.github.com/eleutherai/gpt-neox}
124
  }
125
  ```
126
  ---