Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EmmanuelCasarrubias
/
AI-Transformer-Contextual-Text-Predictive
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AI-Transformer-Contextual-Text-Predictive
1 contributor
History:
14 commits
EmmanuelCasarrubias
Update license with correct copyright information
24b5207
verified
10 months ago
.gitattributes
Safe
1.61 kB
Update .gitattributes for optimal handling of large and text files
10 months ago
License.md
Safe
14.7 kB
Update license with correct copyright information
10 months ago
README.md
Safe
1.14 kB
Add README file with application details and configuration
10 months ago
app.py
Safe
570 Bytes
Refactored Streamlit app for Hugging Face deployment - Replaced matplotlib with plotly for an enhanced, interactive graph. - Separated core functionalities into separate modules for cleaner code and easier maintenance. - Simplified the Streamlit app code, focusing on user input and real-time graph generation.
10 months ago
attention.py
Safe
1 kB
Implement encoder layer and attention mechanism functions
10 months ago
diccionario.py
Safe
9.74 kB
Add numpy import and define a dictionary representing the alphabet with numpy arrays.
10 months ago
matrices.py
Safe
619 Bytes
Add functions for building Q matrix and generating K transpose and V
10 months ago
requirements.txt
Safe
22 Bytes
Add initial code with Streamlit, Plotly, and NumPy integration
10 months ago
transform_word.py
Safe
704 Bytes
Add word transformation function using encoder layer and attention mechanism
10 months ago