beomi commited on
Commit
bb873ac
1 Parent(s): eb411f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -2
README.md CHANGED
@@ -19,12 +19,13 @@ tags:
19
 
20
  ✅ - finish
21
 
22
- 👀 - working on it
 
23
 
24
  - ✅ Train new BBPE Tokenizer
25
  - ✅ Test train code on TPUv4 Pods (with model parallel)
26
  - ✅ Converting test (jax to PyTorch)
27
- - 👀 LM train validation on minimal dataset (1 sentence 1000 step)
28
  - Build Data Shuffler (curriculum learning)
29
  - Train 7B Model
30
  - Train 13B Model
@@ -38,22 +39,27 @@ tags:
38
  KoLLaMA (7B) trained on Korean/English/Code dataset with LLaMA Architecture via JAX.
39
 
40
  ## Model details
 
41
  **Researcher developing the model**
42
 
43
  Junbum Lee (aka Beomi)
44
 
45
  **Model date**
 
46
  KoLLaMA was trained between 2022.04~
47
 
48
  **Model version**
 
49
  This is alpha version of the model.
50
 
51
  **Model type**
 
52
  LLaMA is an auto-regressive language model, based on the transformer architecture. The model comes in different sizes: 7B, 13B, 33B and 65B parameters.
53
 
54
  (This repo contains 7B model!)
55
 
56
  **Paper or resources for more information**
 
57
  More information can be found in the paper “LLaMA, Open and Efficient Foundation Language Models”, available at https://research.facebook.com/publications/llama-open-and-efficient-foundation-language-models/.
58
 
59
  More info for KoAlpaca:
@@ -66,40 +72,55 @@ KoLLAMA: [TBD]
66
  LLAMA: https://research.facebook.com/publications/llama-open-and-efficient-foundation-language-models/
67
 
68
  **License**
 
69
  MIT
70
 
71
  **Where to send questions or comments about the model**
 
72
  Questions and comments about KoLLaMA can be sent via the [GitHub repository](https://github.com/beomi/KoLLAMA) of the project , by opening an issue.
73
 
74
  ## Intended use
75
  **Primary intended uses**
 
76
  The primary use of KoLLaMA is research on Korean Opensource large language models
77
 
78
  **Primary intended users**
 
79
  The primary intended users of the model are researchers in natural language processing, machine learning and artificial intelligence.
80
 
81
  **Out-of-scope use cases**
 
82
  LLaMA is a base, or foundational, model. As such, it should not be used on downstream applications without further risk evaluation and mitigation. In particular, our model has not been trained with human feedback, and can thus generate toxic or offensive content, incorrect information or generally unhelpful answers.
83
 
84
  ## Factors
 
85
  **Relevant factors**
 
86
  One of the most relevant factors for which model performance may vary is which language is used. Although we included 20 languages in the training data, most of our dataset is made of English text, and we thus expect the model to perform better for English than other languages. Relatedly, it has been shown in previous studies that performance might vary for different dialects, and we expect that it will be the case for our model.
87
 
88
  ## Evaluation datasets
 
89
  [TBD]
90
 
 
91
  ## Training dataset
 
92
  [TBD]
93
 
94
  ## Ethical considerations
 
95
  **Data**
 
96
  The data used to train the model is collected from various sources, mostly from the Web. As such, it contains offensive, harmful and biased content. We thus expect the model to exhibit such biases from the training data.
97
 
98
  **Human life**
 
99
  The model is not intended to inform decisions about matters central to human life, and should not be used in such a way.
100
 
101
  **Risks and harms**
 
102
  Risks and harms of large language models include the generation of harmful, offensive or biased content. These models are often prone to generating incorrect information, sometimes referred to as hallucinations. We do not expect our model to be an exception in this regard.
103
 
104
  **Use cases**
 
105
  LLaMA is a foundational model, and as such, it should not be used for downstream applications without further investigation and mitigations of risks. These risks and potential fraught use cases include, but are not limited to: generation of misinformation and generation of harmful, biased or offensive content.
 
19
 
20
  ✅ - finish
21
 
22
+ - currently working on it
23
+
24
 
25
  - ✅ Train new BBPE Tokenizer
26
  - ✅ Test train code on TPUv4 Pods (with model parallel)
27
  - ✅ Converting test (jax to PyTorch)
28
+ - LM train validation on minimal dataset (1 sentence 1000 step)
29
  - Build Data Shuffler (curriculum learning)
30
  - Train 7B Model
31
  - Train 13B Model
 
39
  KoLLaMA (7B) trained on Korean/English/Code dataset with LLaMA Architecture via JAX.
40
 
41
  ## Model details
42
+
43
  **Researcher developing the model**
44
 
45
  Junbum Lee (aka Beomi)
46
 
47
  **Model date**
48
+
49
  KoLLaMA was trained between 2022.04~
50
 
51
  **Model version**
52
+
53
  This is alpha version of the model.
54
 
55
  **Model type**
56
+
57
  LLaMA is an auto-regressive language model, based on the transformer architecture. The model comes in different sizes: 7B, 13B, 33B and 65B parameters.
58
 
59
  (This repo contains 7B model!)
60
 
61
  **Paper or resources for more information**
62
+
63
  More information can be found in the paper “LLaMA, Open and Efficient Foundation Language Models”, available at https://research.facebook.com/publications/llama-open-and-efficient-foundation-language-models/.
64
 
65
  More info for KoAlpaca:
 
72
  LLAMA: https://research.facebook.com/publications/llama-open-and-efficient-foundation-language-models/
73
 
74
  **License**
75
+
76
  MIT
77
 
78
  **Where to send questions or comments about the model**
79
+
80
  Questions and comments about KoLLaMA can be sent via the [GitHub repository](https://github.com/beomi/KoLLAMA) of the project , by opening an issue.
81
 
82
  ## Intended use
83
  **Primary intended uses**
84
+
85
  The primary use of KoLLaMA is research on Korean Opensource large language models
86
 
87
  **Primary intended users**
88
+
89
  The primary intended users of the model are researchers in natural language processing, machine learning and artificial intelligence.
90
 
91
  **Out-of-scope use cases**
92
+
93
  LLaMA is a base, or foundational, model. As such, it should not be used on downstream applications without further risk evaluation and mitigation. In particular, our model has not been trained with human feedback, and can thus generate toxic or offensive content, incorrect information or generally unhelpful answers.
94
 
95
  ## Factors
96
+
97
  **Relevant factors**
98
+
99
  One of the most relevant factors for which model performance may vary is which language is used. Although we included 20 languages in the training data, most of our dataset is made of English text, and we thus expect the model to perform better for English than other languages. Relatedly, it has been shown in previous studies that performance might vary for different dialects, and we expect that it will be the case for our model.
100
 
101
  ## Evaluation datasets
102
+
103
  [TBD]
104
 
105
+
106
  ## Training dataset
107
+
108
  [TBD]
109
 
110
  ## Ethical considerations
111
+
112
  **Data**
113
+
114
  The data used to train the model is collected from various sources, mostly from the Web. As such, it contains offensive, harmful and biased content. We thus expect the model to exhibit such biases from the training data.
115
 
116
  **Human life**
117
+
118
  The model is not intended to inform decisions about matters central to human life, and should not be used in such a way.
119
 
120
  **Risks and harms**
121
+
122
  Risks and harms of large language models include the generation of harmful, offensive or biased content. These models are often prone to generating incorrect information, sometimes referred to as hallucinations. We do not expect our model to be an exception in this regard.
123
 
124
  **Use cases**
125
+
126
  LLaMA is a foundational model, and as such, it should not be used for downstream applications without further investigation and mitigations of risks. These risks and potential fraught use cases include, but are not limited to: generation of misinformation and generation of harmful, biased or offensive content.