GPT2-Alpaca / README.md
Arjun-G-Ravi's picture
Update README.md
6fc7ce0
|
raw
history blame
1 kB
metadata
license: mit
datasets:
  - tatsu-lab/alpaca
language:
  - en
metrics:
  - accuracy
library_name: transformers
pipeline_tag: text-generation

Model Card for Model ID

This is the fine tuned version of OpenAI's GPT-2 with Alpaca dataset. This has been fine tuned for 20 epochs at batch size of 14.

Model Description

license: mit
dataset: tatsu-lab/alpaca
language: en
library_name: transformers
pipeline_tag: text-generation
base_model: gpt2

Examples

Bias, Risks, and Limitations

This model has all the biases, risks and limitations of base gpt2 model.

Recommendation

The ideal format for inference is:

"""Below is an instruction that describes a task. Write a response that appropriately completes the request.
 Instruction:{question}
 Response: """

Replace {question} with the question of your choice.

Citation [optional]