Inoichan commited on
Commit
6aa178e
1 Parent(s): 320bfd8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -77,7 +77,6 @@ print(processor.tokenizer.batch_decode(out))
77
  * **Adaptor type**: [GIT](https://arxiv.org/abs/2205.14100)
78
  * **Lamguage Model**: [ELYZA Japanese Llama-2 7B fast instruct](https://huggingface.co/elyza/ELYZA-japanese-Llama-2-7b-fast-instruct)
79
  * **Language(s)**: Japanese
80
- * **License**: This model is licensed under [the LLAMA 2 Community License](https://github.com/facebookresearch/llama/blob/main/LICENSE).
81
 
82
  ### Training
83
  This model was initially trained with the Adaptor using STAIR Captions. In the second phase, it was fine-tuned with LLaVA-Instruct-150K-JA and Japanese Visual Genome using LoRA.
@@ -110,11 +109,13 @@ The model may produce inaccurate or false information, and its accuracy is not g
110
  ## Citations
111
 
112
  ```bibtex
113
- @misc{elyzallama2023,
114
- title={ELYZA-japanese-Llama-2-7b},
115
- url={https://huggingface.co/elyza/ELYZA-japanese-Llama-2-7b},
116
- author={Akira Sasaki and Masato Hirakawa and Shintaro Horie and Tomoaki Nakamura},
117
  year={2023},
 
 
 
118
  }
119
  ```
120
 
 
77
  * **Adaptor type**: [GIT](https://arxiv.org/abs/2205.14100)
78
  * **Lamguage Model**: [ELYZA Japanese Llama-2 7B fast instruct](https://huggingface.co/elyza/ELYZA-japanese-Llama-2-7b-fast-instruct)
79
  * **Language(s)**: Japanese
 
80
 
81
  ### Training
82
  This model was initially trained with the Adaptor using STAIR Captions. In the second phase, it was fine-tuned with LLaVA-Instruct-150K-JA and Japanese Visual Genome using LoRA.
 
109
  ## Citations
110
 
111
  ```bibtex
112
+ @misc{touvron2023llama,
113
+ title={Llama 2: Open Foundation and Fine-Tuned Chat Models},
114
+ author={Hugo Touvron and Louis Martin and Kevin Stone and Peter Albert and Amjad Almahairi and Yasmine Babaei and Nikolay Bashlykov and Soumya Batra and Prajjwal Bhargava and Shruti Bhosale and Dan Bikel and Lukas Blecher and Cristian Canton Ferrer and Moya Chen and Guillem Cucurull and David Esiobu and Jude Fernandes and Jeremy Fu and Wenyin Fu and Brian Fuller and Cynthia Gao and Vedanuj Goswami and Naman Goyal and Anthony Hartshorn and Saghar Hosseini and Rui Hou and Hakan Inan and Marcin Kardas and Viktor Kerkez and Madian Khabsa and Isabel Kloumann and Artem Korenev and Punit Singh Koura and Marie-Anne Lachaux and Thibaut Lavril and Jenya Lee and Diana Liskovich and Yinghai Lu and Yuning Mao and Xavier Martinet and Todor Mihaylov and Pushkar Mishra and Igor Molybog and Yixin Nie and Andrew Poulton and Jeremy Reizenstein and Rashi Rungta and Kalyan Saladi and Alan Schelten and Ruan Silva and Eric Michael Smith and Ranjan Subramanian and Xiaoqing Ellen Tan and Binh Tang and Ross Taylor and Adina Williams and Jian Xiang Kuan and Puxin Xu and Zheng Yan and Iliyan Zarov and Yuchen Zhang and Angela Fan and Melanie Kambadur and Sharan Narang and Aurelien Rodriguez and Robert Stojnic and Sergey Edunov and Thomas Scialom},
 
115
  year={2023},
116
+ eprint={2307.09288},
117
+ archivePrefix={arXiv},
118
+ primaryClass={cs.CL}
119
  }
120
  ```
121