Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Oxbridge-Economics
/
finfast-summary
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
finfast-summary
/
app
/
models
/
llm
/
__init__.py
Muhammad Abdur Rahman Saad
issue #134 keyword & LDA pipelines
5c3c401
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
90 Bytes
"""
Module to initialize the LLM model.
"""
from
.azure
import
GPTModel
gpt = GPTModel()