Upload README.md
Browse files
README.md
CHANGED
@@ -63,20 +63,20 @@ output = model(encoded_input)
|
|
63 |
## Uses
|
64 |
LLMs are intended to be used for language generation or as a pretrained base model that can be further fine-tuned for specific tasks. Use cases below are not exhaustive.
|
65 |
|
66 |
-
|
67 |
This model can be used for:
|
68 |
- Text generation
|
69 |
- Exploring characterisitics of language generated by a language model
|
70 |
- Examples: Cloze tests, counterfactuals, generations with reframings
|
71 |
|
72 |
-
|
73 |
Tasks that leverage language models, including:
|
74 |
- Information Extraction, Question Answering, Summarization
|
75 |
- Writing assistance: Grammar assistance, autocompletion (for normal prose or code)
|
76 |
- Creative writing and art: exploring the generation of creative, fictional texts; aiding creation of poetry and other literary art.
|
77 |
- Entertainment: Creation of games, chat bots, and amusing generations.
|
78 |
|
79 |
-
|
80 |
Using the model in high-stakes settings is out of scope for this model. The model is not designed for critical decisions nor uses with any material consequences on an individual's livelihood or wellbeing. The model outputs content that appears factual but is not correct.
|
81 |
|
82 |
## Limitations
|
@@ -112,11 +112,11 @@ NOTE: This code will need customization/fixing.
|
|
112 |
|
113 |
## Training
|
114 |
|
115 |
-
|
116 |
|
117 |
model-card-testing was trained using . See the data card for additional information.
|
118 |
|
119 |
-
|
120 |
|
121 |
Preprocessing, hardware used, hyperparameters...
|
122 |
|
|
|
63 |
## Uses
|
64 |
LLMs are intended to be used for language generation or as a pretrained base model that can be further fine-tuned for specific tasks. Use cases below are not exhaustive.
|
65 |
|
66 |
+
#### Direct Use
|
67 |
This model can be used for:
|
68 |
- Text generation
|
69 |
- Exploring characterisitics of language generated by a language model
|
70 |
- Examples: Cloze tests, counterfactuals, generations with reframings
|
71 |
|
72 |
+
#### Downstream Use
|
73 |
Tasks that leverage language models, including:
|
74 |
- Information Extraction, Question Answering, Summarization
|
75 |
- Writing assistance: Grammar assistance, autocompletion (for normal prose or code)
|
76 |
- Creative writing and art: exploring the generation of creative, fictional texts; aiding creation of poetry and other literary art.
|
77 |
- Entertainment: Creation of games, chat bots, and amusing generations.
|
78 |
|
79 |
+
#### Misuse and Out-of-scope Use
|
80 |
Using the model in high-stakes settings is out of scope for this model. The model is not designed for critical decisions nor uses with any material consequences on an individual's livelihood or wellbeing. The model outputs content that appears factual but is not correct.
|
81 |
|
82 |
## Limitations
|
|
|
112 |
|
113 |
## Training
|
114 |
|
115 |
+
#### Training Data
|
116 |
|
117 |
model-card-testing was trained using . See the data card for additional information.
|
118 |
|
119 |
+
#### Training Procedure
|
120 |
|
121 |
Preprocessing, hardware used, hyperparameters...
|
122 |
|