Phương commited on
Commit
d5b3d6b
·
1 Parent(s): d2dac2b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +117 -0
README.md ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
3
+ # Doc / guide: https://huggingface.co/docs/hub/model-cards
4
+ {}
5
+ ---
6
+
7
+ # Model Card for Kimiko_J
8
+
9
+ <!-- Provide a quick summary of what the model is/does. -->
10
+
11
+ This is my new Kimiko models, trained with GPT-J for...purpose
12
+
13
+ ## Model Details
14
+
15
+ ### Model Description
16
+
17
+ <!-- Provide a longer summary of what this model is. -->
18
+
19
+
20
+
21
+ - **Developed by:** nRuaif
22
+ - **Model type:** Decoder only
23
+ - **License:** CC BY-NC-SA
24
+ - **Finetuned from model [optional]:** GPT-J
25
+
26
+ ### Model Sources [optional]
27
+
28
+ <!-- Provide the basic links for the model. -->
29
+
30
+ - **Repository:** https://github.com/OpenAccess-AI-Collective/axolotl
31
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
32
+ ## Uses
33
+
34
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
35
+
36
+
37
+ ### Direct Use
38
+
39
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
40
+
41
+ This model is trained on 3k examples of instructions dataset, high quality roleplay, for best result follow this format
42
+ <<HUMAN>>
43
+ How to do abc
44
+
45
+ <<AIBOT>>
46
+ Here is how
47
+
48
+ For system prompt for roleplay
49
+ <<SYSTEM>>
50
+ A's Persona:
51
+ B's Persona:
52
+ Scenario:
53
+ {Add some instruction here how you want your RP going}
54
+
55
+
56
+ ## Bias, Risks, and Limitations
57
+
58
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
59
+
60
+ All bias of this model come from GPT-J with an exception of NSFW bias.....
61
+
62
+
63
+
64
+
65
+ ## Training Details
66
+
67
+ ### Training Data
68
+
69
+ <!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
70
+
71
+ 3000 examples from LIMAERP, LIMA and I sample 1000 good instruction from Airboro
72
+
73
+ ### Training Procedure
74
+
75
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
76
+
77
+ Model is trained with 1 L4 from GCP costing a whooping 1USD
78
+
79
+
80
+
81
+
82
+
83
+ #### Training Hyperparameters
84
+
85
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
86
+
87
+ 3 epochs with 0.0002 lr, full 4096 ctx token, LoRA
88
+
89
+ #### Speeds, Sizes, Times [optional]
90
+
91
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
92
+
93
+ It takes 5 hours to train this model with xformers enable
94
+
95
+ [More Information Needed]
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+ [More Information Needed]
104
+
105
+ ## Environmental Impact
106
+
107
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
108
+
109
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
110
+
111
+ - **Hardware Type:** L4 with 12CPUs 48gb ram
112
+ - **Hours used:** 5
113
+ - **Cloud Provider:** GCP
114
+ - **Compute Region:** US
115
+ - **Carbon Emitted:** 0.2KG which is offset by me turning off computer last 2 days
116
+
117
+