edu
edu copied to clipboard
Educational materials on deep learning by Weights & Biases
Architecture search was put under `cnn/` when it fits much better under `projects/`. For now it's duplicated, but it should only be in `projects/`. There are currently two versions of...
See `projects/constrained_emotion_classifier.ipynb` for an example. This is better than the name-sensitive style being used elsewhere.
"Building LLM-Powered Apps / Tokenization in action: converting text to tokens" Notebook with errors
There two errors that I saw. First when doing the Pip install Second on the command ``` # start logging to W&B autolog({"project":"llmapps", "job_type": "introduction"}) ``` It returns the message:...
When starting a new W&B run, project=params.WANDB_PROJECT returns AttributeError: module 'params' has no attribute WANDB_PROJECT
When running the second cell of `notebooks\02. Generation.ipynb` in a `Python 3.8.10` venv, I get the following error: ``` ModuleNotFoundError Traceback (most recent call last) File c:\Users\prbar\source\repos\edu\llm-apps-course\venv\lib\site-packages\wandb\vendor\watchdog_0_9_0\wandb_watchdog\observers\__init__.py:90 89 try: --->...
I'm the maintainer of litellm https://github.com/BerriAI/litellm/ - a lightweight package to simplify LLM API calls - Azure, OpenAI, Cohere, Anthropic, Replicate. Manages input/output translation and was hoping to work on...
_**I'm trying to run [this](https://github.com/wandb/edu/blob/main/mlops-001/lesson2/train.py) file by using google colab.**_ **_I followed all the steps, and run the file using the following command:_** `!python /content/train.py` _**I'm getting the following error**_...
This code from the `03. Retrieval` notebook in the LLM course is causing an error ``` from langchain.document_loaders import DirectoryLoader def find_md_files(directory): "Find all markdown files in a directory and...
- Adds notebooks - Adds data
_NOTE: I have opened the notebook on Google Colab by clicking on the icon at the top of the Jupyter notebook._ - https://github.com/wandb/edu/blob/main/llm-apps-course/notebooks/01.%20Using_APIs.ipynb ## Expected outcome Since, the API token...