dartpain commited on
Commit
9f21c83
·
1 Parent(s): 8ff621d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -8,6 +8,10 @@ tags:
8
 
9
  DocsGPT-7B is a decoder-style transformer that is fine-tuned specifically for providing answers based on documentation given in context. It is built on to of the MosaicPretrainedTransformer (MPT), being fine-tuned from the MPT-7B model developed by MosaicML. The model inherits the powerful language understanding capabilities of MPT-7B and has been specialized for the purpose of documentation-oriented question answering.
10
 
 
 
 
 
11
  ## Model Description
12
 
13
  Architecture: Decoder-style Transformer
 
8
 
9
  DocsGPT-7B is a decoder-style transformer that is fine-tuned specifically for providing answers based on documentation given in context. It is built on to of the MosaicPretrainedTransformer (MPT), being fine-tuned from the MPT-7B model developed by MosaicML. The model inherits the powerful language understanding capabilities of MPT-7B and has been specialized for the purpose of documentation-oriented question answering.
10
 
11
+ ## Warning
12
+
13
+ This is a early version, 1000 examples is just proof of concept we plan to fine tune on at least 100k more examples
14
+
15
  ## Model Description
16
 
17
  Architecture: Decoder-style Transformer