Update README.md
Browse files
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
|