You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ Learn more about tool calling <https://gorilla.cs.berkeley.edu/leaderboard.html>
16
16
17
17
## Table of contents
18
18
-[File structure](#file-structure)
19
+
-[Attribution](#atrribution)
19
20
-[Installation](#installation)
20
21
-[Run in Docker](#run-in-docker)
21
22
-[Usage](#usage)
@@ -46,7 +47,12 @@ Learn more about tool calling <https://gorilla.cs.berkeley.edu/leaderboard.html>
46
47
├── __init__.py - This file initializes the utils directory as a package.
47
48
├── function_call.py - This file contains the code to call a function using LLMs.
48
49
└── 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.
50
56
51
57
## Installation
52
58
The project uses python 3.12. To install the project, follow the steps below:
0 commit comments