nbroad HF staff commited on
Commit
df4a81d
1 Parent(s): 055d189

intended use and limitations

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -49,8 +49,11 @@ Give the model a passage and it will generate a question about the passage.
49
  I used [flax summarization script](https://github.com/huggingface/transformers/tree/master/examples/flax/summarization) and a TPU v3-8. Summarization expects a text column and a summary column. For question generation training, use the context column instead of text column and question instead of summary column.
50
 
51
 
52
- There is no guarantee that it will produce a question in the language of the passage, but it usually does. Lower resource languages will likely have lower quality questions.
53
 
 
 
 
54
 
55
  ## Using the model
56
 
 
49
  I used [flax summarization script](https://github.com/huggingface/transformers/tree/master/examples/flax/summarization) and a TPU v3-8. Summarization expects a text column and a summary column. For question generation training, use the context column instead of text column and question instead of summary column.
50
 
51
 
52
+ ## Limitations and Intended Use
53
 
54
+ There is no guarantee that it will produce a question in the language of the passage, but it usually does. Lower resource languages will likely have lower quality questions.
55
+
56
+ Intended use is to make questions given a passage. With a larger model this might be able to generate training data for question-answering models, but this small one does not produce high-quality questions.
57
 
58
  ## Using the model
59