Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
a88ed0f8
Unverified
Commit
a88ed0f8
authored
Mar 29, 2023
by
Fazzie-Maqianli
Committed by
GitHub
Mar 29, 2023
Browse files
add limit (#3293)
parent
c5484281
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
applications/Chat/README.md
applications/Chat/README.md
+15
-0
No files found.
applications/Chat/README.md
View file @
a88ed0f8
...
...
@@ -20,6 +20,8 @@
-
[
Coati7B examples
](
#coati7b-examples
)
-
[
Generation
](
#generation
)
-
[
Open QA
](
#open-qa
)
-
[
Limitation for LLaMA-finetuned models
](
#limitation-for-llama-finetuned-models
)
-
[
Limitation of dataset
](
#limitation-of-dataset
)
-
[
FAQ
](
#faq
)
-
[
How to save/load checkpoint
](
#how-to-saveload-checkpoint
)
-
[
The Plan
](
#the-plan
)
...
...
@@ -214,6 +216,19 @@ We also support training reward model with true-world data. See `examples/train_
</details>
### Limitation for LLaMA-finetuned models
-
Both Alpaca and ColossalChat are based on LLaMA. It is hard to compensate for the missing knowledge in the pre-training stage.
-
Lack of counting ability: Cannot count the number of items in a list.
-
Lack of Logics (reasoning and calculation)
-
Tend to repeat the last sentence (fail to produce the end token).
-
Poor multilingual results: LLaMA is mainly trained on English datasets (Generation performs better than QA).
### Limitation of dataset
-
Lack of summarization ability: No such instructions in finetune datasets.
-
Lack of multi-turn chat: No such instructions in finetune datasets
-
Lack of self-recognition: No such instructions in finetune datasets
-
Lack of Safety:
-
When the input contains fake facts, the model makes up false facts and explanations.
-
Cannot abide by OpenAI's policy: When generating prompts from OpenAI API, it always abides by its policy. So no violation case is in the datasets.
## FAQ
### How to save/load checkpoint
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment