Update README.md
Browse files
README.md
CHANGED
@@ -30,16 +30,20 @@ img {
|
|
30 |
|
31 |
## Model Description
|
32 |
|
33 |
-
Palmyra was primarily
|
|
|
|
|
|
|
34 |
|
35 |
|
36 |
## Training data
|
37 |
|
38 |
-
Palmyra
|
|
|
39 |
|
40 |
## Intended Use and Limitations
|
41 |
|
42 |
-
Palmyra
|
43 |
|
44 |
### How to use
|
45 |
|
@@ -60,14 +64,9 @@ tokenizer = AutoTokenizer.from_pretrained("Writer/palmyra-base", use_fast=False)
|
|
60 |
|
61 |
### Limitations and Biases
|
62 |
|
63 |
-
Palmyra
|
64 |
-
|
65 |
-
Palmyra was trained on Writer custom data. As with all language models, it is difficult to predict how Palmyra will respond to specific prompts, and offensive content may appear unexpectedly. We recommend that the outputs be curated or filtered by humans before they are released, both to censor undesirable content and to improve the quality of the results.
|
66 |
-
|
67 |
-
### Use case
|
68 |
-
Palmyra-base is extremely powerful while also being extremely fast. While Palmyra-large is better at analyzing complex text, Palmyra-base is capable of many nuanced tasks such as sentiment classification and summarization. Palmyra-base is also effective as a general service chatbot, answering questions and performing Q&A.
|
69 |
|
70 |
-
|
71 |
|
72 |
|
73 |
## Evaluation results
|
|
|
30 |
|
31 |
## Model Description
|
32 |
|
33 |
+
Palmyra Base was primarily pre-trained with English text. Note that there is still a trace amount of non-English data present within the training corpus that was accessed through CommonCrawl. A causal language modeling (CLM) objective was utilized during the process of the model's pretraining. Similar to GPT-3, Palmyra Base is a member of the same family of models that only contain a decoder. As a result, it was pre-trained utilizing the objective of self-supervised causal language modeling. Palmyra Base uses the prompts and general experimental setup from GPT-3 in order to conduct its evaluation per GPT-3.
|
34 |
+
|
35 |
+
### Use case
|
36 |
+
Palmyra Base is extremely powerful while being extremely fast. This model excels at many nuanced tasks such as sentiment classification and summarization.
|
37 |
|
38 |
|
39 |
## Training data
|
40 |
|
41 |
+
Palmyra Base (5b) was trained on Writer’s custom dataset.
|
42 |
+
|
43 |
|
44 |
## Intended Use and Limitations
|
45 |
|
46 |
+
Palmyra Base learns an inner representation of the English language that can be used to extract features useful for downstream tasks. However, the model is best at what it was pre-trained for which is generating text from a prompt.
|
47 |
|
48 |
### How to use
|
49 |
|
|
|
64 |
|
65 |
### Limitations and Biases
|
66 |
|
67 |
+
Palmyra Base’s core functionality is to take a string of text and predict the next token. While language models are widely used for other tasks, there are many unknowns in this work. When prompting Palmyra Base, keep in mind that the next statistically likely token is not always the token that produces the most "accurate" text. Never rely on Palmyra Base to produce factually correct results.
|
|
|
|
|
|
|
|
|
|
|
68 |
|
69 |
+
Palmyra Base was trained on Writer’s custom data. As with all language models, it is difficult to predict how Palmyra Base will respond to specific prompts, and offensive content may appear unexpectedly. We recommend that the outputs be curated or filtered by humans before they are released, both to censor undesirable content and to improve the quality of the results.
|
70 |
|
71 |
|
72 |
## Evaluation results
|