Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-fiaz authored Mar 30, 2024
1 parent 433a13b commit 6b447cd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ GemGPT is a project that leverages the Gemma model published by Google to create

- [Overview](#)
- [Features](#features)
- [setup](#setup)
- [Getting Started](#getting-started)
- [Technology Stack](#technology-stack)
- [Contributing](#contributing)
Expand All @@ -41,6 +42,23 @@ GemGPT is a project that leverages the Gemma model published by Google to create
- Provides an easy-to-use interface for integrating Gemma with AI applications.
- Offers advanced features for text generation, sentiment analysis, and more.

## Setup

To use a model from Hugging Face Hub, you need to first install the transformers library and then use the CLI to log in to the Hugging Face Hub.

Install the transformers library:

```bash
pip install transformers
```

Login to the Hugging Face Hub using the CLI:

```bash
transformers-cli login
```
After that, you need to auth using your login token. for more info checkout:- [https://huggingface.co/docs/huggingface_hub/quick-start](https://huggingface.co/docs/huggingface_hub/quick-start)

## Getting Started

To get started with GemGPT, clone the repository and follow the setup instructions in the documentation.
Expand Down

0 comments on commit 6b447cd

Please sign in to comment.