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: ai/generative-ai-service/llm-comparator/files/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,9 +124,9 @@ The project includes a utility script for converting datasets to OCI Generative
124
124
125
125
### Dataset Format Conversion (`format_dataset\dataset_to_oci_format.py`)
126
126
127
-
**Purpose**: Converts standard instruction-following datasets to OCI-compatible JSONL format.
127
+
**Purpose**: Converts standard instruction-following datasets (e.g., [gbharti/finance-alpaca](https://huggingface.co/datasets/gbharti/finance-alpaca) on Hugging Face) to OCI-compatible JSONL format.
128
128
129
-
**Input Format** (e.g., `finance_data.json`):
129
+
**Input Format** (e.g., `finance_data.json` in JSON format):
130
130
```json
131
131
[
132
132
{
@@ -265,4 +265,4 @@ ModuleNotFoundError: No module named 'langchain_community'
265
265
266
266
-**API Keys**: Store OCI credentials securely
267
267
-**Network Security**: Use HTTPS endpoints only
268
-
-**Access Control**: Implement proper OCI IAM policies
268
+
-**Access Control**: Implement proper OCI IAM policies
0 commit comments