Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanctoth committed Feb 13, 2024
1 parent 6921460 commit 95dcc59
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# local-llm-crash-course
# The Local LLM Crash Course - Build Your Own GPT in 2 hours!
This is the courseware and Codespace for the [The Local LLM Crash Course - Build Your Own GPT in 2 hours](https://www.udemy.com/course/the-local-llm-crash-course-build-a-hugging-face-ai-chatbot/?referralCode=EAD6017AA0001257DD9A)! Have fun with the course and use the Q&A if you run into any issues!

## The Orca Model's Model Card
https://huggingface.co/zoltanctoth/orca_mini_3B-GGUF
# Course Resources

## Installing `ctransformers` and Chainlit
### Hugging Face
* The Orca Model's Model Card: https://huggingface.co/zoltanctoth/orca_mini_3B-GGUF

### Installing `ctransformers` and Chainlit
Just for reference. Remember, you don't need to do this as it's pre-installed in your Codepace.
```
pip install ctransformers chainlit
```

## The Open Orca Dataset
https://huggingface.co/datasets/Open-Orca/OpenOrca
The dataset on Hugging Face: https://huggingface.co/datasets/Open-Orca/OpenOrca

## Chainlit and Streamlit
* https://docs.chainlit.io/get-started/overview
* https://streamlit.io/
* Chainlit: https://docs.chainlit.io/get-started/overview
* Streamlit: https://streamlit.io/

0 comments on commit 95dcc59

Please sign in to comment.