sh2orc commited on
Commit
d1057ae
โ€ข
1 Parent(s): db1ae6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -8
README.md CHANGED
@@ -4,12 +4,9 @@ license: apache-2.0
4
  tags:
5
  - merge
6
  - mergekit
7
- - sh2orc
8
  - bccard
9
  - llama3
10
 
11
- base_model:
12
- - sh2orc/Llama-3-Korean-12B
13
  ---
14
 
15
  **Llama-3-Kor-BCCard-12B** is a Korean financial knowledge model based on Meta-Llama3 8B to 12B parameters through upscaling techniques.
@@ -17,9 +14,9 @@ base_model:
17
  Although highly reliable data has been refined and fine-tuned using the RLHF method,
18
  I'm not responsible for any confusion caused by the answers generated by the LLM model.
19
 
20
- - Foundation Model [sh2orc/Llama-3-Korean-8B](https://huggingface.co/sh2orc/Llama-3-Korean-8B)
21
  - Dataset
22
- - [sh2orc/bccard-finance-qna](https://huggingface.co/datasets/sh2orc/bccard-finance-qna)
23
 
24
 
25
  # How to Use
@@ -28,7 +25,7 @@ I'm not responsible for any confusion caused by the answers generated by the LLM
28
  from vllm import LLM, SamplingParams
29
  from transformers import AutoTokenizer, pipeline
30
 
31
- BASE_MODEL = "sh2orc/Llama-3-Kor-BCCard-12B"
32
 
33
  llm = LLM(model=BASE_MODEL)
34
 
@@ -74,7 +71,7 @@ gen('๋น„์”จ์นด๋“œ์— ๋Œ€ํ•ด์„œ ์•Œ๋ ค์ฃผ์„ธ์š”')
74
 
75
 
76
 
77
- # Q&A Llama-3-BCCard-12B
78
 
79
  ```
80
  Q. ๋น„์”จ์นด๋“œ์— ๋Œ€ํ•ด ์•Œ๋ ค์ฃผ์„ธ์š”.
@@ -142,7 +139,7 @@ If you use this model in your research, please cite it as follows:
142
 
143
  ```bibtex
144
  @misc{alpha-instruct,
145
- author = {Taeyoung Lee},
146
  year = {2024},
147
  publisher = {Hugging Face},
148
  journal = {Hugging Face repository},
 
4
  tags:
5
  - merge
6
  - mergekit
 
7
  - bccard
8
  - llama3
9
 
 
 
10
  ---
11
 
12
  **Llama-3-Kor-BCCard-12B** is a Korean financial knowledge model based on Meta-Llama3 8B to 12B parameters through upscaling techniques.
 
14
  Although highly reliable data has been refined and fine-tuned using the RLHF method,
15
  I'm not responsible for any confusion caused by the answers generated by the LLM model.
16
 
17
+ - Foundation Model [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B)
18
  - Dataset
19
+ - [BCCard/BCCard-Finance-Kor-QnA](https://huggingface.co/datasets/BCCard/BCCard-Finance-Kor-QnA)
20
 
21
 
22
  # How to Use
 
25
  from vllm import LLM, SamplingParams
26
  from transformers import AutoTokenizer, pipeline
27
 
28
+ BASE_MODEL = "BCCard/Llama-3-Kor-BCCard-Finance-12B"
29
 
30
  llm = LLM(model=BASE_MODEL)
31
 
 
71
 
72
 
73
 
74
+ # Q&A Llama-3-BCCard-Finance-12B
75
 
76
  ```
77
  Q. ๋น„์”จ์นด๋“œ์— ๋Œ€ํ•ด ์•Œ๋ ค์ฃผ์„ธ์š”.
 
139
 
140
  ```bibtex
141
  @misc{alpha-instruct,
142
+ author = {BCCard},
143
  year = {2024},
144
  publisher = {Hugging Face},
145
  journal = {Hugging Face repository},