Fredithefish commited on
Commit
17a9e7b
·
1 Parent(s): fefba1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -5,9 +5,29 @@ datasets:
5
  language:
6
  - en
7
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
  # RedPajama-INCITE-Chat-3B-Instruction-Tuning-with-GPT-4
10
  RedPajama-INCITE-Chat-3B Model finetuned <a href="https://huggingface.co/datasets/Fredithefish/Instruction-Tuning-with-GPT-4-RedPajama-Chat">on this dataset</a>
11
 
 
 
 
12
  ## Usage and License Notices
13
- The Model is intended and licensed for research use only. The dataset is CC BY NC 4.0 (allowing only non-commercial use) and models trained using the dataset should not be used outside of research purposes.
 
5
  language:
6
  - en
7
  ---
8
+ <html>
9
+ <head>
10
+ <style>
11
+ .alert {
12
+ padding: 15px;
13
+ background-color: #f44336;
14
+ color: white;
15
+ }
16
+ </style>
17
+ </head>
18
+ <body>
19
+ <div class="alert">
20
+ <strong>Warning:</strong> This fine-tuned model has only undergone 200 steps of fine-tuning and may not be reliable. The final model will be released in the coming days.
21
+ </div>
22
+ </body>
23
+ </html>
24
+ <br>
25
 
26
  # RedPajama-INCITE-Chat-3B-Instruction-Tuning-with-GPT-4
27
  RedPajama-INCITE-Chat-3B Model finetuned <a href="https://huggingface.co/datasets/Fredithefish/Instruction-Tuning-with-GPT-4-RedPajama-Chat">on this dataset</a>
28
 
29
+ ## Reproduction
30
+ The code for the finetuning of this model can be found at https://github.com/fredi-python/Fine-tune-RedPajama-Chat-3B
31
+
32
  ## Usage and License Notices
33
+ The Model is intended and licensed for research use only. The model is under the CC BY NC 4.0 license (allowing only non-commercial use)