Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nauyisu022 committed Feb 18, 2025
1 parent 440e45f commit 23867c2
Showing 1 changed file with 27 additions and 28 deletions.
55 changes: 27 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,23 @@

**Table of Content**

- [About TrustLLM](#-about-trustllm)
- [Before Evaluation](#before-evaluation)
- [Installation](#installation)
- [Dataset Download](#dataset-download)
- [Generation](#generation)
- [Evaluation](#evaluation)
- [Dataset & Task](#dataset--task)
- [Dataset overview:](#dataset-overview)
- [Task overview:](#task-overview)
- [Leaderboard](#leaderboard)
- [Contribution](#contribution)
- [Citation](#citation)
- [License](#license)
- [Toolkit for "**TrustLLM: Trustworthiness in Large Language Models**"](#toolkit-for-trustllm-trustworthiness-in-large-language-models)
- [Updates \& News](#updates--news)
- [👂**TL;DR**](#tldr)
- [🙋 **About TrustLLM**](#-about-trustllm)
- [🧹 **Before Evaluation**](#-before-evaluation)
- [**Installation**](#installation)
- [**Dataset Download**](#dataset-download)
- [**Generation**](#generation)
- [🙌 **Evaluation**](#-evaluation)
- [🛎️ **Dataset \& Task**](#️-dataset--task)
- [**Dataset overview:**](#dataset-overview)
- [**Task overview:**](#task-overview)
- [🏆 **Leaderboard**](#-leaderboard)
- [📣 **Contribution**](#-contribution)
- [**⏰ TODO in Coming Versions**](#-todo-in-coming-versions)
- [**Citation**](#citation)
- [**License**](#license)


## 🙋 **About TrustLLM**
Expand All @@ -83,40 +87,35 @@ The [document](https://howiehwong.github.io/TrustLLM/#about) explains how to use
## 🧹 **Before Evaluation**

### **Installation**
Create a new environment:

```shell
conda create --name trustllm python=3.9
```

**Installation via Github (recommended):**

```shell
git clone git@github.com:HowieHwong/TrustLLM.git
cd TrustLLM/trustllm_pkg
pip install .
```

**Installation via `pip`:**

**Installation via `pip` (deprecated):**

```shell
pip install trustllm
```

**Installation via `conda`:**
**Installation via `conda` (deprecated):**

```sh
conda install -c conda-forge trustllm
```



Create a new environment:

```shell
conda create --name trustllm python=3.9
```

Install required packages:

```shell
cd trustllm_pkg
pip install .
```

### **Dataset Download**

Download TrustLLM dataset:
Expand Down

0 comments on commit 23867c2

Please sign in to comment.