fka/prompts.chat
Viewer β’ Updated β’ 2.11k β’ 33k β’ 9.78k
How to use Kaludi/chatgpt-gpt4-prompts-bart-large-cnn-samsum with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Kaludi/chatgpt-gpt4-prompts-bart-large-cnn-samsum")
model = AutoModelForSeq2SeqLM.from_pretrained("Kaludi/chatgpt-gpt4-prompts-bart-large-cnn-samsum", device_map="auto")This model generates ChatGPT/BingChat & GPT-3 prompts and is a fine-tuned version of philschmid/bart-large-cnn-samsum on an this dataset. It achieves the following results on the evaluation set:
This model supports a Streamlit Web UI to run the chatgpt-gpt4-prompts-bart-large-cnn-samsum model:
The following hyperparameters were used during training:
| Train Loss | Validation Loss | Epoch |
|---|---|---|
| 3.1982 | 2.6801 | 0 |
| 2.3601 | 2.5493 | 1 |
| 1.9225 | 2.5377 | 2 |
| 1.5465 | 2.6794 | 3 |
| 1.2214 | 2.7584 | 4 |