beomi commited on
Commit
3503544
1 Parent(s): 717a5e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -1
README.md CHANGED
@@ -1,3 +1,75 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
+ language:
4
+ - ko
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - KoRWKV
8
  ---
9
+
10
+ > 🚧 Note: this repo is under construction, current uploaded version is 1% trained ckpt (with ~1Billion tokens) 🚧
11
+ >
12
+ >
13
+
14
+ ## Todo
15
+
16
+ - ⏳ Train 1.5B
17
+ - Todo: Train Bigger Models
18
+
19
+
20
+ # KoRWKV Model Card
21
+
22
+ KoRWKV (1.5B) trained on Korean dataset with RWKVv4 Neo Architecture.
23
+
24
+ ## Model details
25
+
26
+ **Researcher developing the model**
27
+
28
+ Junbum Lee (aka Beomi)
29
+
30
+ **Model date**
31
+
32
+ KoRWKV was trained between 2022.05~
33
+
34
+ **Model version**
35
+
36
+ This is alpha version of the model.
37
+
38
+ **Model type**
39
+
40
+ Find more about RWKV at https://github.com/BlinkDL/RWKV-LM
41
+
42
+ **License**
43
+
44
+ MIT
45
+
46
+ ## Intended use
47
+ **Primary intended uses**
48
+
49
+ The primary use of KoRWKV is research on Korean Opensource large language models
50
+
51
+ **Primary intended users**
52
+
53
+ The primary intended users of the model are researchers in natural language processing, machine learning and artificial intelligence.
54
+
55
+ **Out-of-scope use cases**
56
+
57
+ KoRWKV 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.
58
+
59
+ ## Ethical considerations
60
+
61
+ **Data**
62
+
63
+ 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.
64
+
65
+ **Human life**
66
+
67
+ The model is not intended to inform decisions about matters central to human life, and should not be used in such a way.
68
+
69
+ **Risks and harms**
70
+
71
+ 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.
72
+
73
+ **Use cases**
74
+
75
+ KoRWKV 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.