wassemgtk commited on
Commit
6b6fd36
1 Parent(s): 286bc5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -8
README.md CHANGED
@@ -8,8 +8,8 @@ tags:
8
  - pytorch
9
  - causal-lm
10
  - Writer-data
11
- - GPT
12
- - NeMO
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
- ```bibtex
98
  @misc{Palmyra,
99
- author = {Kiran and Komatsuzaki, Aran},
100
- title = {{GPT-J-6B: A 6 Billion Parameter Autoregressive Language Model}},
101
- howpublished = {\url{https://github.com/kingoflolz/mesh-transformer-jax}},
102
- year = 2021,
103
- month = May
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
+