Fredithefish commited on
Commit
8351f63
1 Parent(s): 5d83a3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -4
README.md CHANGED
@@ -9,11 +9,80 @@ tags:
9
  inference: false
10
  ---
11
 
12
- # RedPajama-INCITE-Chat-3B finetuned on GPTeacher dataset
 
 
13
 
14
  ## Model Details
15
- - Base Model: RedPajama-INCITE-Chat-3B
16
- - Training Data: GPTeacher
17
- - Training Time: 2:20:53 hours on NVIDIA Tesla T4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
 
9
  inference: false
10
  ---
11
 
12
+ # CrimsonPajama
13
+
14
+ This model was finetuned 1 epoch on <a href="https://huggingface.co/datasets/Fredithefish/GPTeacher-for-RedPajama-Chat">the GPTeacher dataset</a> using <a href="https://arxiv.org/abs/2106.09685">LoRA</a>. A model 2 epoch finetuned model will be released in the coming days.
15
 
16
  ## Model Details
17
+ - **Base Model**: <a href="https://huggingface.co/togethercomputer/RedPajama-INCITE-Chat-3B-v1">RedPajama-INCITE-Chat-3B</a>
18
+ - **Training Data**: <a href="https://huggingface.co/datasets/Fredithefish/GPTeacher-for-RedPajama-Chat">GPTeacher dataset</a>
19
+ - **Model type**: <a href="https://en.m.wikipedia.org/wiki/Language_model">Language Model</a>
20
+ - **License**: <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>
21
+ - **Training Time**: 2:20:53 hours on NVIDIA Tesla T4
22
+
23
+
24
+ Finetune Code for RedPajama-Chat in notebook format can be found <a href="https://github.com/fredi-python/Fine-tune-RedPajama-Chat-3B">here</a>
25
+
26
+ ## About the dataset
27
+ A collection of modular datasets generated by GPT-4, General-Instruct - Roleplay-Instruct - Code-Instruct - and Toolformer
28
+
29
+ # Comparison with RedPajama
30
+ ### Roleplay
31
+ <style>
32
+ table {
33
+ border-collapse: collapse;
34
+ width: 100%;
35
+ }
36
+
37
+ th, td {
38
+ border: 1px solid black;
39
+ padding: 8px;
40
+ text-align: left;
41
+ }
42
+
43
+ th {
44
+ background-color: #f2f2f2;
45
+ }
46
+
47
+ col.right-border {
48
+ border-right: 1px solid black;
49
+ }
50
+ </style>
51
 
52
+ <table>
53
+ <colgroup>
54
+ <col>
55
+ <col class="right-border">
56
+ </colgroup>
57
+ <tr>
58
+ <th>RedPajama</th>
59
+ <th>CrimsonPajama</th>
60
+ </tr>
61
+ <tr>
62
+ <td>I want you to act like a pirate.</td>
63
+ <td>I want you to act like a pirate.</td>
64
+ </tr>
65
+ <tr>
66
+ <td>Hai, matey! Why do you look so sad? There’s treasure everywhere!</td>
67
+ <td>Ahoy, mateys! What be ye lookin’ fer? Today, we be takin’ ‘n adventure an’ need a little sassin’ and swashbucklin’. What’s yer plan, starvin’ mutineer? Pssst, follow me and ye’ll find riches an’ some old treasure sure to bring yer blazes. Together, we’ll laugh ‘till we’re blue in the mouth an’ sail the seas, smilin’ at every fickle sky.</td>
68
+ </tr>
69
+ </table>
70
+ <table>
71
+ <colgroup>
72
+ <col>
73
+ <col class="right-border">
74
+ </colgroup>
75
+ <tr>
76
+ <th>RedPajama</th>
77
+ <th>CrimsonPajama</th>
78
+ </tr>
79
+ <tr>
80
+ <td>I want you to act like a waiter at a fancy restaurant.</td>
81
+ <td>I want you to act like a waiter at a fancy restaurant.</td>
82
+ </tr>
83
+ <tr>
84
+ <td>Here I am, a waiter at an iconic world-class 5-star restaurant.</td>
85
+ <td>Ladies and gentlemen, may I introduce myself? I’m your server today. I’m here to provide the finest cuisine and ensure you enjoy your meal in a dignified manner. Please excuse me for not knowing your preferences, but I’m happy to help out as best as I can. Please join me on this culinary journey and savor the delights of our restaurant. Are there any questions or requests you have? Anything at all? Oh, and may I recommend the signature dessert? Cheers! We’d love to hear your feedback! Stay healthy, and we’ll see you soon.</td>
86
+ </tr>
87
+ </table>
88