Skip to content

Commit fcf086c

Browse files
authored
Update README.md
Link most popular model used and can run in a variety of devices.
1 parent 10e7805 commit fcf086c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Learn more about tool calling <https://gorilla.cs.berkeley.edu/leaderboard.html>
1616

1717
## Table of contents
1818
- [File structure](#file-structure)
19+
- [Attribution](#atrribution)
1920
- [Installation](#installation)
2021
- [Run in Docker](#run-in-docker)
2122
- [Usage](#usage)
@@ -46,7 +47,12 @@ Learn more about tool calling <https://gorilla.cs.berkeley.edu/leaderboard.html>
4647
├── __init__.py - This file initializes the utils directory as a package.
4748
├── function_call.py - This file contains the code to call a function using LLMs.
4849
└── communication_apis.py - This file contains the code to do with communication apis & experiments.
49-
50+
## attribution
51+
This project uses the Qwen2.5-0.5B model developed by Alibaba Cloud under the Apache License 2.0. The original project can be found at [Qwen technical report](https://arxiv.org/abs/2412.15115)
52+
53+
### License
54+
55+
This project is licensed under the Apache License 2.0. See the [LICENSE](./LICENSE) file for more details.
5056

5157
## Installation
5258
The project uses python 3.12. To install the project, follow the steps below:

0 commit comments

Comments
 (0)