Skip to content

emanlapponi-fremtind/text-to-numbers-to-insights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

📝 🧮 💡 Text to numbers to insight

A practical and friendly primer on neural representations for NLP.

📦 🏃‍♂️ Install & Run

  • Download and install Anaconda for your OS.
  • Make sure you are using python 3.10 environment (your mileage may vary with other versions).
  • Start a jupyter lab environment and run the first cell in the notebook.

Alternatively, you can install the dependencies manually and run the notebook however you want 👇

From your python 3.10 env of choice:

pip install -r requirements.txt

Then run these in your env to get the language models:

python -m spacy download en_core_web_sm
python -m spacy download nb_core_news_sm
python -c "from sentence_transformers import SentenceTransformer; SentenceTransformer('distiluse-base-multilingual-cased-v2');"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published