Meeting Notes Generator
Intended uses
Used to generate meeting notes based on meeting trascript and starting prompts.
# Example of usage
from transformers import pipeline
summ = pipeline("summarization", "captain-awesome/naveed-ggml-model-gpt4all-falcon-q4_0")
print(summ(text))
Training data
Initialized with pre-trained weights of "gpt2" checkpoint. Fine-tuned the model on stories of various genres.
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.