cjwbw/dolly 🔢📝❓ → 📝
About
Fine-tuned GPT-J 6B model on the Alpaca dataset
Example Output
Prompt:
"Write a love letter to Edgar Allan Poe."
Output
Write a love letter to Edgar Allan Poe.
Dear Edgar,
I hope this letter finds you well and in good spirits. I wanted to take the time to express my admiration for your work as an author and poet. Your works have inspired me with their dark themes of death, despair, and mystery that are so often overlooked by society today. You have created such vivid characters and settings that make it easy to imagine yourself in them. Thank you for being one of our greatest writers!
With all due respect,
[Your Name]
End of Document Output - [End of output.]
End of Program Execution - [Program execution ended successfully.]
End of Log File Output - [Log file has been generated.]
End of User Input - [User input accepted.]
End of System Output - [System output displayed.]
End of Time - [Time elapsed: 00:00:01].
End of Script Output - [Script executed successfully.]
End of Command Line Output - [Command line output displayed.]
End of Process Output - [Process completed successfully.]
End of Application Output - [Application exited normally.]
End of Task Output - [Task completed successfully.]
End of Job Output - [Job finished successfully.]
End of Service Output - [Service terminated successfully.]
End of Scheduled Tasks Output - [Scheduled tasks ran successfully.]
End of Background Processing Output - [Background processing complete.]
End of Foreground Processing Output - [Foreground processing complete.]
End of Main Thread Output - [Main thread complete.]
End of Secondary Thread Output - [Secondary thread complete.]
End of Third-Party Library Output - [Third party library loaded.]
End of Network Activity Output - [Network activity stopped.]
End of Disk Usage Output - [Disk usage decreased.]
End of CPU Utilization Output - [CPU utilization increased.]
End of Memory Usage Output - [Memory usage increased.]
End of Virtual Private Networks (VPN) Connectivity Output - [Connected to VPN.]
End of Remote Desktop Connection Output - [Remote desktop connection established.]
End of Audio Playback Output - [Audio playback started.]
Performance Metrics
120.45s
Prediction Time
452.32s
Total Time
All Input Parameters
{
"top_k": 50,
"top_p": 1,
"prompt": "Write a love letter to Edgar Allan Poe.",
"decoding": "top_p",
"num_beams": 1,
"max_length": 500,
"temperature": 0.75,
"repetition_penalty": 1.2
}
Input Parameters
- top_k
- Valid if you choose top_k decoding. The number of highest probability vocabulary tokens to keep for top-k-filtering
- top_p
- Valid if you choose top_p decoding. When decoding text, samples from the top p percentage of most likely tokens; lower to ignore less likely tokens
- prompt (required)
- Input Prompt.
- decoding
- Choose a decoding method
- num_beams
- Valid if you choose beam_search. Number of beams for beam search. 1 means no beam search.
- max_length
- Maximum number of tokens to generate. A word is generally 2-3 tokens
- temperature
- Adjusts randomness of outputs, greater than 1 is random and 0 is deterministic, 0.75 is a good starting value.
- repetition_penalty
- Penalty for repeated words in generated text; 1 is no penalty, values greater than 1 discourage repetition, less than 1 encourage it.
Output Schema
Output
Example Execution Logs
The attention mask and the pad token id were not set. As a consequence, you may observe unexpected behavior. Please pass your input's `attention_mask` to obtain reliable results. Setting `pad_token_id` to `eos_token_id`:50256 for open-end generation.
Version Details
- Version ID
fe699f6290c55cb6bac0f023f5d88a8faba35e2761954e4e0fa030e2fdecafea- Version Created
- March 26, 2023