From 13ec93b3c0bfbe0d5a2937052903ef7461f5a2aa Mon Sep 17 00:00:00 2001 From: Nihal Nayak Date: Thu, 12 Sep 2024 11:34:17 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a86a16..957e947 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Bonito is an open-source model for conditional task generation: the task of conv - Paper: [Learning to Generate Instruction Tuning Datasets for Zero-Shot Task Adaptation](https://arxiv.org/abs/2402.18334) - Model: [bonito-v1](https://huggingface.co/BatsResearch/bonito-v1) +- Demo: [HuggingFace Spaces](https://huggingface.co/spaces/nihalnayak/bonito) - Dataset: [ctga-v1](https://huggingface.co/datasets/BatsResearch/ctga-v1) - Code: To reproduce experiments in our paper, see [nayak-aclfindings24-code](https://github.com/BatsResearch/nayak-aclfindings24-code). From b25978e276ec38dd342677f2788cf32d5be4f52a Mon Sep 17 00:00:00 2001 From: Nihal Nayak Date: Thu, 12 Sep 2024 11:35:32 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 957e947..c75aef0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Bonito is an open-source model for conditional task generation: the task of conv - Paper: [Learning to Generate Instruction Tuning Datasets for Zero-Shot Task Adaptation](https://arxiv.org/abs/2402.18334) - Model: [bonito-v1](https://huggingface.co/BatsResearch/bonito-v1) -- Demo: [HuggingFace Spaces](https://huggingface.co/spaces/nihalnayak/bonito) +- Demo: [Bonito on Spaces](https://huggingface.co/spaces/nihalnayak/bonito) - Dataset: [ctga-v1](https://huggingface.co/datasets/BatsResearch/ctga-v1) - Code: To reproduce experiments in our paper, see [nayak-aclfindings24-code](https://github.com/BatsResearch/nayak-aclfindings24-code).