Skip to content

Commit 94bc172

Browse files
committed
update dependencies
1 parent b27f779 commit 94bc172

3 files changed

Lines changed: 207 additions & 180 deletions

File tree

README.md

Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
1-
# 🧠 InferIQ
2-
LLM Evaluation framework that leverages LLMs to Evaluate other LLMs
3-
4-
---
5-
6-
## Description
7-
InferIQ is a NodeJS application designed to generate answers to questions using your sample dataset. After answering all dataset questions across the selected LLMs in your evaluation pool, a group of Judge LLMs will assess and rate each response. The results are then visualized in several graphs, providing a clearer picture of the overall accuracy of the LLMs. Additionally, metrics such as BERT Score and Inference Time are provided to further enhance your understanding of each LLM's performance.
8-
9-
---
10-
11-
## Setup
12-
13-
- run the npm setup script:
14-
`npm run setup`
15-
16-
---
17-
18-
## Run
19-
20-
- start the application:
21-
`npm run server` or `npm start`
22-
23-
---
24-
25-
![home](./docs/home.png)
1+
# 🧠 InferIQ
2+
LLM Evaluation framework that leverages LLMs to Evaluate other LLMs
3+
4+
---
5+
6+
## Description
7+
InferIQ is a NodeJS application designed to generate answers to questions using your sample dataset. After answering all dataset questions across the selected LLMs in your evaluation pool, a group of Judge LLMs will assess and rate each response. The results are then visualized in several graphs, providing a clearer picture of the overall accuracy of the LLMs. Additionally, metrics such as BERT Score and Inference Time are provided to further enhance your understanding of each LLM's performance.
8+
9+
---
10+
11+
## Setup
12+
13+
- run the npm setup script:
14+
`npm run setup`
15+
16+
---
17+
18+
## Run
19+
20+
- start the application:
21+
`npm run server` or `npm start`
22+
23+
---
24+
25+
![home](./docs/home.png)
26+
27+
---
28+
29+
Please consider sending me a tip to support my work 😀
30+
# [🍵 tip me here](https://ko-fi.com/jparkerweb)

0 commit comments

Comments
 (0)