DrChamyoung
commited on
Commit
•
85feb4d
1
Parent(s):
33a8dd8
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
Partner AI
|
5 |
|
@@ -35,7 +49,7 @@ Installation
|
|
35 |
(Provide clear installation instructions based on your chosen framework(s). Here's a general template:)
|
36 |
|
37 |
Prerequisites: Ensure you have the necessary frameworks (ONNX, JAX, NEMO, NVIDIA CUDA Toolkit) installed on your system. Refer to their respective documentation for installation guidance.
|
38 |
-
Clone the Repository: (If open-source) Clone the Partner AI repository from GitHub using git clone https://github.com/
|
39 |
Install Dependencies: Navigate to the cloned directory and run pip install -r requirements.txt to install required Python packages.
|
40 |
Usage
|
41 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- m-a-p/Matrix
|
5 |
+
- HuggingFaceFW/fineweb
|
6 |
+
- openbmb/RLAIF-V-Dataset
|
7 |
+
- allenai/WildChat-1M
|
8 |
+
- TIGER-Lab/WebInstructSub
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
+
- bleu
|
12 |
+
- brier_score
|
13 |
+
- character
|
14 |
+
- charcut_mt
|
15 |
+
tags:
|
16 |
+
- code
|
17 |
---
|
18 |
Partner AI
|
19 |
|
|
|
49 |
(Provide clear installation instructions based on your chosen framework(s). Here's a general template:)
|
50 |
|
51 |
Prerequisites: Ensure you have the necessary frameworks (ONNX, JAX, NEMO, NVIDIA CUDA Toolkit) installed on your system. Refer to their respective documentation for installation guidance.
|
52 |
+
Clone the Repository: (If open-source) Clone the Partner AI repository from GitHub using git clone https://github.com/InboraStudio
|
53 |
Install Dependencies: Navigate to the cloned directory and run pip install -r requirements.txt to install required Python packages.
|
54 |
Usage
|
55 |
|