Update README.md
Browse files
README.md
CHANGED
@@ -8,8 +8,8 @@ tags:
|
|
8 |
- pytorch
|
9 |
- causal-lm
|
10 |
- Writer-data
|
11 |
-
-
|
12 |
-
-
|
13 |
pipeline_tag: text-generation
|
14 |
library_name: transformers
|
15 |
---
|
@@ -72,6 +72,12 @@ Palmyra's core functionality is to take a string of text and predict the next to
|
|
72 |
|
73 |
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.
|
74 |
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
## Evaluation results
|
76 |
|
77 |
Evaluation of Palmyra-base model on the SuperGLUE benchmark
|
@@ -94,13 +100,14 @@ Evaluation of Palmyra-base model on the SuperGLUE benchmark
|
|
94 |
|
95 |
|
96 |
To cite this model:
|
97 |
-
```
|
98 |
@misc{Palmyra,
|
99 |
-
author = {
|
100 |
-
title = {{
|
101 |
-
howpublished = {\url{https://
|
102 |
-
year =
|
103 |
-
month =
|
104 |
}
|
105 |
```
|
106 |
|
|
|
|
8 |
- pytorch
|
9 |
- causal-lm
|
10 |
- Writer-data
|
11 |
+
- gpt
|
12 |
+
- NeMo
|
13 |
pipeline_tag: text-generation
|
14 |
library_name: transformers
|
15 |
---
|
|
|
72 |
|
73 |
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.
|
74 |
|
75 |
+
### Use case
|
76 |
+
Palmyra-based 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. Curie is also effective as a general service chatbot, answering questions and performing Q&A.
|
77 |
+
|
78 |
+
Competent in: complex classification, text sentiment, and summarization
|
79 |
+
|
80 |
+
|
81 |
## Evaluation results
|
82 |
|
83 |
Evaluation of Palmyra-base model on the SuperGLUE benchmark
|
|
|
100 |
|
101 |
|
102 |
To cite this model:
|
103 |
+
```
|
104 |
@misc{Palmyra,
|
105 |
+
author = {Writer AI team},
|
106 |
+
title = {{Palmyra-base Parameter Autoregressive Language Model}},
|
107 |
+
howpublished = {\url{https://dev.writer.com}},
|
108 |
+
year = 2023,
|
109 |
+
month = January
|
110 |
}
|
111 |
```
|
112 |
|
113 |
+
|