Skip to content

Commit

Permalink
update jionlp_logo and readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dongrixinyu committed Mar 3, 2025
1 parent cb0b25a commit 29244b8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 39 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@
- [**一文读懂ChatGPT模型原理**](https://zhuanlan.zhihu.com/p/589621442)
- [**花了三周,我又更新了一版开源软件 ffio**](https://zhuanlan.zhihu.com/p/678141936) => [**FFIO链接**](https://github.com/dongrixinyu/ffio)

### 2025-02-22 更新[大语言模型 LLM 评测数据集](https://github.com/dongrixinyu/JioNLP/wiki/LLM%E8%AF%84%E6%B5%8B%E6%95%B0%E6%8D%AE%E9%9B%86)
- JioNLP 提供了一套 LLM 的测试数据集,并应用 MELLM 算法完成了自动评测。
- **评测结果**可关注**公众号JioNLP**,查阅具体各家评测截图 pdf。
```
>>> import jionlp as jio
>>> llm_test = jio.llm_test_dataset_loader(version='1.2')
>>> print(llm_test[15])
>>> llm_test = jio.llm_test_dataset_loader(field='math')
>>> print(llm_test[5])
```


### 2025-01-10 更新某些功能

Expand All @@ -51,18 +62,6 @@ $ python test_mellm.py
```


### 2023-06-22 添加[大语言模型 LLM 评测数据集](https://github.com/dongrixinyu/JioNLP/wiki/LLM%E8%AF%84%E6%B5%8B%E6%95%B0%E6%8D%AE%E9%9B%86)
- JioNLP 提供了一套 LLM 的测试数据集,并应用 MELLM 算法完成了自动评测。
- **评测结果**可关注**公众号JioNLP**,查阅具体各家评测截图pdf。
```
>>> import jionlp as jio
>>> llm_test = jio.llm_test_dataset_loader(version='1.1')
>>> print(llm_test[15])
>>> llm_test = jio.llm_test_dataset_loader(field='math')
>>> print(llm_test[5])
```


## 安装 Installation

- python>=3.6 **github 版本略领先于 pip**
Expand Down
8 changes: 5 additions & 3 deletions README_en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

<iframe src="https://github.com/dongrixinyu/JioNLP/blob/master/index.html" width="600" height="400"></iframe>

<p align="center">
<a alt="jionlp logo">
<img src="../../blob/master/image/jionlp_logo.jpg" style="width:300px;height:100px">
</a>
</p>
<p align="center">
<a alt="License">
<img src="https://img.shields.io/github/license/dongrixinyu/JioNLP?color=crimson" /></a>
Expand Down
24 changes: 0 additions & 24 deletions index.html

This file was deleted.

0 comments on commit 29244b8

Please sign in to comment.