Skip to content

Commit cacdef6

Browse files
Update README.md
- Added fine-tuning dataset reference
1 parent d95be05 commit cacdef6

File tree

1 file changed

+3
-3
lines changed
  • ai/generative-ai-service/llm-comparator/files

1 file changed

+3
-3
lines changed

ai/generative-ai-service/llm-comparator/files/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ The project includes a utility script for converting datasets to OCI Generative
124124

125125
### Dataset Format Conversion (`format_dataset\dataset_to_oci_format.py`)
126126

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.
128128

129-
**Input Format** (e.g., `finance_data.json`):
129+
**Input Format** (e.g., `finance_data.json` in JSON format):
130130
```json
131131
[
132132
{
@@ -265,4 +265,4 @@ ModuleNotFoundError: No module named 'langchain_community'
265265

266266
- **API Keys**: Store OCI credentials securely
267267
- **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

Comments
 (0)