nazneen commited on
Commit
d1eca5a
·
1 Parent(s): bd6f30c

model documentation

Browse files
Files changed (1) hide show
  1. README.md +182 -0
README.md ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ja
4
+ tags:
5
+ - text-generation
6
+
7
+ ---
8
+ # Model Card for Talkmodel01
9
+
10
+
11
+ # Model Details
12
+
13
+ ## Model Description
14
+
15
+ - **Developed by:** Yuki takada
16
+ - **Shared by [Optional]:** More information needed
17
+ - **Model type:** Text Generation
18
+ - **Language(s) (NLP):** japanese
19
+ - **License:** More information needed
20
+ - **Related Models:**
21
+ - **Parent Model:** GPT-2
22
+ - **Resources for more information:** More information needed
23
+
24
+ # Uses
25
+
26
+
27
+ ## Direct Use
28
+
29
+ This model can be used for the task of Text Generation
30
+
31
+ ## Downstream Use [Optional]
32
+
33
+ More information needed
34
+
35
+ ## Out-of-Scope Use
36
+
37
+ The model should not be used to intentionally create hostile or alienating environments for people.
38
+ The model should not be used to intentionally create hostile or alienating environments for people.
39
+ OpenAI note in their [model card](https://github.com/openai/gpt-2/blob/master/model_card.md)
40
+ > Because large-scale language models like GPT-2 do not distinguish fact from fiction, we don’t support use-cases that require the generated text to be true.
41
+
42
+ # Bias, Risks, and Limitations
43
+
44
+ The training data used for this model has not been released as a dataset one can browse. We know it contains a lot of
45
+ unfiltered content from the internet, which is far from neutral. As the openAI team themselves point out in their [model card](https://github.com/openai/gpt-2/blob/master/model_card.md#out-of-scope-use-cases):
46
+
47
+ > Because large-scale language models like GPT-2 do not distinguish fact from fiction, we don’t support use-cases
48
+ > that require the generated text to be true.
49
+ >
50
+ > Additionally, language models like GPT-2 reflect the biases inherent to the systems they were trained on, so we do
51
+ > not recommend that they be deployed into systems that interact with humans > unless the deployers first carry out a
52
+ > study of biases relevant to the intended use-case. We found no statistically significant difference in gender, race,
53
+ > and religious bias probes between 774M and 1.5B, implying all versions of GPT-2 should be approached with similar
54
+ > levels of caution around use cases that are sensitive to biases around human attributes.
55
+
56
+ See the [GPT-2 model card](https://huggingface.co/gpt2?text=My+name+is+Merve+and+my+favorite) for examples of how the model can have biased predictions.
57
+
58
+
59
+ ## Recommendations
60
+
61
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
62
+
63
+
64
+ # Training Details
65
+
66
+ ## Training Data
67
+
68
+ The OpenAI team wanted to train this model on a corpus as large as possible. To build it, they scraped all the web
69
+ pages from outbound links on Reddit which received at least 3 karma. Note that all Wikipedia pages were removed from
70
+ this dataset, so the model was not trained on any part of Wikipedia. The resulting dataset (called WebText) weights
71
+ 40GB of texts but has not been publicly released. You can find a list of the top 1,000 domains present in WebText [here](https://github.com/openai/gpt-2/blob/master/domains.txt).
72
+
73
+ ## Training Procedure
74
+
75
+
76
+ ### Preprocessing
77
+
78
+ More information needed
79
+
80
+ ### Speeds, Sizes, Times
81
+
82
+ More information needed
83
+
84
+ # Evaluation
85
+
86
+
87
+ ## Testing Data, Factors & Metrics
88
+
89
+ ### Testing Data
90
+
91
+ More information needed
92
+
93
+ ### Factors
94
+
95
+
96
+ ### Metrics
97
+
98
+ More information needed
99
+ ## Results
100
+
101
+ More information needed
102
+
103
+ # Model Examination
104
+
105
+ More information needed
106
+
107
+ # Environmental Impact
108
+
109
+
110
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
111
+
112
+ - **Hardware Type:** More information needed
113
+ - **Hours used:** More information needed
114
+ - **Cloud Provider:** More information needed
115
+ - **Compute Region:** More information needed
116
+ - **Carbon Emitted:** More information needed
117
+
118
+ # Technical Specifications [optional]
119
+
120
+ ## Model Architecture and Objective
121
+
122
+ More information needed
123
+
124
+ ## Compute Infrastructure
125
+
126
+ More information needed
127
+
128
+ ### Hardware
129
+
130
+ More information needed
131
+
132
+ ### Software
133
+ More information needed
134
+
135
+ # Citation
136
+
137
+
138
+ **BibTeX:**
139
+ ```
140
+ @article{radford2019language,
141
+ title={Language Models are Unsupervised Multitask Learners},
142
+ author={Radford, Alec and Wu, Jeff and Child, Rewon and Luan, David and Amodei, Dario and Sutskever, Ilya},
143
+ year={2019}
144
+ }
145
+ ```
146
+
147
+
148
+
149
+
150
+ # Glossary [optional]
151
+ More information needed
152
+
153
+ # More Information [optional]
154
+
155
+ More information needed
156
+
157
+ # Model Card Authors [optional]
158
+
159
+
160
+ Yuki takada in collaboration with Ezi Ozoani and the Hugging Face team
161
+
162
+ # Model Card Contact
163
+
164
+ More information needed
165
+
166
+ # How to Get Started with the Model
167
+
168
+ Use the code below to get started with the model.
169
+
170
+ <details>
171
+ <summary> Click to expand </summary>
172
+
173
+ ```python
174
+ from transformers import AutoTokenizer, AutoModelForCausalLM
175
+
176
+ tokenizer = AutoTokenizer.from_pretrained("RuRI/Talkmodel01")
177
+
178
+ model = AutoModelForCausalLM.from_pretrained("RuRI/Talkmodel01")
179
+
180
+ ```
181
+ </details>
182
+