Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:
EmmanuelCasarrubias
/
AI-Transformer-Contextual-Text-Predictive
Runtime error

App Files Files Community
Fetching metadata from the HF Docker repository...
AI-Transformer-Contextual-Text-Predictive
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
EmmanuelCasarrubias's picture
EmmanuelCasarrubias
Update license with correct copyright information
24b5207 verified about 1 year ago
  • .gitattributes
    1.61 kB
    Update .gitattributes for optimal handling of large and text files about 1 year ago
  • License.md
    14.7 kB
    Update license with correct copyright information about 1 year ago
  • README.md
    1.14 kB
    Add README file with application details and configuration about 1 year ago
  • app.py
    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. about 1 year ago
  • attention.py
    1 kB
    Implement encoder layer and attention mechanism functions about 1 year ago
  • diccionario.py
    9.74 kB
    Add numpy import and define a dictionary representing the alphabet with numpy arrays. about 1 year ago
  • matrices.py
    619 Bytes
    Add functions for building Q matrix and generating K transpose and V about 1 year ago
  • requirements.txt
    22 Bytes
    Add initial code with Streamlit, Plotly, and NumPy integration about 1 year ago
  • transform_word.py
    704 Bytes
    Add word transformation function using encoder layer and attention mechanism about 1 year ago