diff --git a/README.md b/README.md index b2f205a..005105f 100644 --- a/README.md +++ b/README.md @@ -99,9 +99,9 @@ bal run The `OpenAI Finetunes` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples), covering the following use cases: -1. [Sarcastic bot](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples/Sarcastic-bot) - Fine-tune the GPT-3.5-turbo model to generate sarcastic responses +1. [Sarcastic bot](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples/sarcastic-bot) - Fine-tune the GPT-3.5-turbo model to generate sarcastic responses -2. [Sports headline analyzer](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples/Sports-headline-analyzer) - Fine-tune the GPT-4o-mini model to extract structured information (player, team, sport, and gender) from sports headlines. +2. [Sports headline analyzer](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples/sports-headline-analyzer) - Fine-tune the GPT-4o-mini model to extract structured information (player, team, sport, and gender) from sports headlines. ## Build from the source diff --git a/ballerina/Module.md b/ballerina/Module.md index 814bef6..9185ac0 100644 --- a/ballerina/Module.md +++ b/ballerina/Module.md @@ -92,6 +92,6 @@ bal run The `OpenAI Finetunes` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples), covering the following use cases: -1. [Sarcastic bot](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples/Sarcastic-bot) - Fine-tune the GPT-3.5-turbo model to generate sarcastic responses +1. [Sarcastic bot](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples/sarcastic-bot) - Fine-tune the GPT-3.5-turbo model to generate sarcastic responses -2. [Sports headline analyzer](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples/Sports-headline-analyzer) - Fine-tune the GPT-4o-mini model to extract structured information (player, team, sport, and gender) from sports headlines. +2. [Sports headline analyzer](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples/sports-headline-analyzer) - Fine-tune the GPT-4o-mini model to extract structured information (player, team, sport, and gender) from sports headlines. diff --git a/ballerina/Package.md b/ballerina/Package.md index 814bef6..9185ac0 100644 --- a/ballerina/Package.md +++ b/ballerina/Package.md @@ -92,6 +92,6 @@ bal run The `OpenAI Finetunes` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples), covering the following use cases: -1. [Sarcastic bot](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples/Sarcastic-bot) - Fine-tune the GPT-3.5-turbo model to generate sarcastic responses +1. [Sarcastic bot](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples/sarcastic-bot) - Fine-tune the GPT-3.5-turbo model to generate sarcastic responses -2. [Sports headline analyzer](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples/Sports-headline-analyzer) - Fine-tune the GPT-4o-mini model to extract structured information (player, team, sport, and gender) from sports headlines. +2. [Sports headline analyzer](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples/sports-headline-analyzer) - Fine-tune the GPT-4o-mini model to extract structured information (player, team, sport, and gender) from sports headlines. diff --git a/examples/README.md b/examples/README.md index 0f1d308..53b5c40 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,9 +2,9 @@ The `ballerinax/openai.finetunes` connector provides practical examples illustrating usage in various scenarios. Explore these [examples](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples), covering use cases like file uploading, finetuning models, getting events/checkpoints of a job and deleting files. -1. [Sarcastic Bot](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples/Sarcastic-bot) - Fine-tune the GPT-3.5-turbo model to generate sarcastic responses +1. [Sarcastic Bot](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples/sarcastic-bot) - Fine-tune the GPT-3.5-turbo model to generate sarcastic responses -2. [Sports Headline Analyzer](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples/Sports-headline-analyzer) - Fine-tune the GPT-4o-mini model to extract structured information (player, team, sport, and gender) from sports headlines. +2. [Sports Headline Analyzer](https://github.com/ballerina-platform/module-ballerinax-openai.finetunes/tree/main/examples/sports-headline-analyzer) - Fine-tune the GPT-4o-mini model to extract structured information (player, team, sport, and gender) from sports headlines. ## Prerequisites diff --git a/examples/Sarcastic-bot/.github/README.md b/examples/sarcastic-bot/.github/README.md similarity index 100% rename from examples/Sarcastic-bot/.github/README.md rename to examples/sarcastic-bot/.github/README.md diff --git a/examples/Sarcastic-bot/Ballerina.toml b/examples/sarcastic-bot/Ballerina.toml similarity index 100% rename from examples/Sarcastic-bot/Ballerina.toml rename to examples/sarcastic-bot/Ballerina.toml diff --git a/examples/Sarcastic-bot/Sarcastic bot.md b/examples/sarcastic-bot/Sarcastic bot.md similarity index 100% rename from examples/Sarcastic-bot/Sarcastic bot.md rename to examples/sarcastic-bot/Sarcastic bot.md diff --git a/examples/Sarcastic-bot/data/training.jsonl b/examples/sarcastic-bot/data/training.jsonl similarity index 100% rename from examples/Sarcastic-bot/data/training.jsonl rename to examples/sarcastic-bot/data/training.jsonl diff --git a/examples/Sarcastic-bot/data/validation.jsonl b/examples/sarcastic-bot/data/validation.jsonl similarity index 100% rename from examples/Sarcastic-bot/data/validation.jsonl rename to examples/sarcastic-bot/data/validation.jsonl diff --git a/examples/Sarcastic-bot/main.bal b/examples/sarcastic-bot/main.bal similarity index 100% rename from examples/Sarcastic-bot/main.bal rename to examples/sarcastic-bot/main.bal diff --git a/examples/Sports-headline-analyzer/.github/README.md b/examples/sports-headline-analyzer/.github/README.md similarity index 100% rename from examples/Sports-headline-analyzer/.github/README.md rename to examples/sports-headline-analyzer/.github/README.md diff --git a/examples/Sports-headline-analyzer/Ballerina.toml b/examples/sports-headline-analyzer/Ballerina.toml similarity index 100% rename from examples/Sports-headline-analyzer/Ballerina.toml rename to examples/sports-headline-analyzer/Ballerina.toml diff --git a/examples/Sports-headline-analyzer/Sports headline analyzer.md b/examples/sports-headline-analyzer/Sports headline analyzer.md similarity index 100% rename from examples/Sports-headline-analyzer/Sports headline analyzer.md rename to examples/sports-headline-analyzer/Sports headline analyzer.md diff --git a/examples/Sports-headline-analyzer/data/training.jsonl b/examples/sports-headline-analyzer/data/training.jsonl similarity index 100% rename from examples/Sports-headline-analyzer/data/training.jsonl rename to examples/sports-headline-analyzer/data/training.jsonl diff --git a/examples/Sports-headline-analyzer/main.bal b/examples/sports-headline-analyzer/main.bal similarity index 100% rename from examples/Sports-headline-analyzer/main.bal rename to examples/sports-headline-analyzer/main.bal