wassemgtk commited on
Commit
71f4aac
1 Parent(s): 5c7c312

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -19
README.md CHANGED
@@ -70,35 +70,24 @@ Palmyra's core functionality is to take a string of text and predict the next to
70
 
71
  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.
72
 
73
- ## Evaluation results
 
74
 
75
- Evaluation of Palmyra-small model on the SuperGLUE benchmark
76
 
77
 
78
- | Task | Metric | Value |
79
- |------------|--------|-------|
80
- | boolq | acc | 64.43 |
81
- | cb | acc | 10.71 |
82
- | | f1 | 08.32 |
83
- | copa | acc | 76.00 |
84
- | multirc | acc | 01.26 |
85
- | record | f1 | 84.02 |
86
- | | em | 83.29 |
87
- | wic | acc | 50.00 |
88
- | wsc | acc | 36.54 |
89
-
90
 
91
  ## Citation and Related Information
92
 
93
 
94
  To cite this model:
95
- ```bibtex
96
  @misc{Palmyra,
97
- author = {Kiran and Komatsuzaki, Aran},
98
- title = {{GPT-J-6B: A 6 Billion Parameter Autoregressive Language Model}},
99
  howpublished = {\url{https://github.com/kingoflolz/mesh-transformer-jax}},
100
- year = 2021,
101
- month = May
102
  }
103
  ```
104
 
 
70
 
71
  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.
72
 
73
+ ## Use case
74
+ The fastest model and can perform tasks such as text parsing, address correction, and certain types of classification tasks that do not require a lot of nuance. More context can frequently improve Palmyra-small performance.
75
 
76
+ Good at: Text parsing, simple classification, and keyword recognition are all strengths.
77
 
78
 
 
 
 
 
 
 
 
 
 
 
 
 
79
 
80
  ## Citation and Related Information
81
 
82
 
83
  To cite this model:
84
+ ```
85
  @misc{Palmyra,
86
+ author = {Writer AI team},
87
+ title = {{Palmyra-small Parameter Autoregressive Language Model}},
88
  howpublished = {\url{https://github.com/kingoflolz/mesh-transformer-jax}},
89
+ year = 2023,
90
+ month = January
91
  }
92
  ```
93