-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add skill to replace words in text with corresponding emoji #303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
caaec14
to
445821e
Compare
This is a cute one =) Thanks for your contribution! |
@instruct-lab-bot generate |
Beep, boop 🤖 Generating test data for your pull request. This will take several minutes... Your job ID is 53. |
@instruct-lab-bot precheck |
Beep, boop 🤖 Generating test data for your pull request. This will take several minutes... Your job ID is 54. |
Beep, boop 🤖 The test data has been generated for job ID: 53 using the model sdg service backend! Find your results here. |
Beep, boop 🤖 The test data has been generated for job ID: 54! Find your results here. |
Signed-off-by: Mohit Gaur <56885276+Mohit-Gaur@users.noreply.github.com> Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
Thank you for your contribution to InstructLab! Unfortunately, once a Github repo is made public, all open PRs are automatically closed since they link against a private repo. We have detected that your PR might have been one of the ones affected by this change. If you are still interested in contributing your improvement, please fill out the following short form by no later than May 3rd, and we will get back to you with the additional steps necessary once we have had time to assess the PRs of those still interested: |
Re-submitting PR #303 **Describe the contribution to the taxonomy** <!-- A concise description of what the contribution brings, replace "..." in the bullet list --> Added a new skill to replace words in text with their corresponding emoji **Input given at the prompt** <!-- What you entered, replace "..." --> ``` Replace words with emoji in this text: I had a pizza for dinner last night ``` **Response from the original model** <!-- What you received from the original model in response to your input, replace "..." --> ``` I 🍕 had 🍴 a 🍕 pizza 🍕 for 🍴 dinner 🍴 last night 🌙 ``` **Response from the fine-tuned model** <!-- Generate a synthetic dataset based on your newly added seed data; train the model with the synthetic data and now re-test the model's response with the same prompt. Replace "..." with what you receive with the finetuned model. --> ``` I had a 🍕 for dinner last night 🌃 ``` --- **Prompt 2 - Testing the fine-tuned model with a new example** <!-- What you entered, replace "..." --> ``` Replace words with emoji in this text: I'm going to the movies tonight, I can't wait to see the new superhero film! ``` **Response that was received** <!-- What you received in response to your input, replace "..." --> ``` I'm 🎬 going to the 🍿movies tonight, I can't 😱 wait to see the new superhero 🎥film! ``` **Response that is now received instead** <!-- What you receive with your contribution, replace "..." --> ``` I'm going to the 🎥 tonight, I can't wait to see the new 🦸♀️🦸♂️ film! ``` **Contribution checklist** <!-- Insert an x between the empty brackets: [ ] >> [x] --> - [x] The contribution was tested with `ilab generate` - [x] No errors or warnings were produced by `ilab generate` - [x] All [commits are signed off](https://github.com/instructlab/taxonomy/blob/main/CONTRIBUTING.md#legal) (DCO) - [x] The `qna.yaml` file contains at least 5 `seed_examples` - [x] The `qna.yaml` file was [linted](https://yamllint.com) and [prettified](https://onlineyamltools.com/prettify-yaml) ([yaml-validator](https://jsonformatter.org/yaml-validator) can do both) - [x] An `attribution.txt` file in the same folder as the `qna.yaml` file. Signed-off-by: Mohit Gaur <56885276+Mohit-Gaur@users.noreply.github.com> Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
…lab#733) Re-submitting PR instructlab#303 **Describe the contribution to the taxonomy** <!-- A concise description of what the contribution brings, replace "..." in the bullet list --> Added a new skill to replace words in text with their corresponding emoji **Input given at the prompt** <!-- What you entered, replace "..." --> ``` Replace words with emoji in this text: I had a pizza for dinner last night ``` **Response from the original model** <!-- What you received from the original model in response to your input, replace "..." --> ``` I 🍕 had 🍴 a 🍕 pizza 🍕 for 🍴 dinner 🍴 last night 🌙 ``` **Response from the fine-tuned model** <!-- Generate a synthetic dataset based on your newly added seed data; train the model with the synthetic data and now re-test the model's response with the same prompt. Replace "..." with what you receive with the finetuned model. --> ``` I had a 🍕 for dinner last night 🌃 ``` --- **Prompt 2 - Testing the fine-tuned model with a new example** <!-- What you entered, replace "..." --> ``` Replace words with emoji in this text: I'm going to the movies tonight, I can't wait to see the new superhero film! ``` **Response that was received** <!-- What you received in response to your input, replace "..." --> ``` I'm 🎬 going to the 🍿movies tonight, I can't 😱 wait to see the new superhero 🎥film! ``` **Response that is now received instead** <!-- What you receive with your contribution, replace "..." --> ``` I'm going to the 🎥 tonight, I can't wait to see the new 🦸♀️🦸♂️ film! ``` **Contribution checklist** <!-- Insert an x between the empty brackets: [ ] >> [x] --> - [x] The contribution was tested with `ilab generate` - [x] No errors or warnings were produced by `ilab generate` - [x] All [commits are signed off](https://github.com/instructlab/taxonomy/blob/main/CONTRIBUTING.md#legal) (DCO) - [x] The `qna.yaml` file contains at least 5 `seed_examples` - [x] The `qna.yaml` file was [linted](https://yamllint.com) and [prettified](https://onlineyamltools.com/prettify-yaml) ([yaml-validator](https://jsonformatter.org/yaml-validator) can do both) - [x] An `attribution.txt` file in the same folder as the `qna.yaml` file. Signed-off-by: Mohit Gaur <56885276+Mohit-Gaur@users.noreply.github.com> Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
…lab#733) Re-submitting PR instructlab#303 **Describe the contribution to the taxonomy** <!-- A concise description of what the contribution brings, replace "..." in the bullet list --> Added a new skill to replace words in text with their corresponding emoji **Input given at the prompt** <!-- What you entered, replace "..." --> ``` Replace words with emoji in this text: I had a pizza for dinner last night ``` **Response from the original model** <!-- What you received from the original model in response to your input, replace "..." --> ``` I 🍕 had 🍴 a 🍕 pizza 🍕 for 🍴 dinner 🍴 last night 🌙 ``` **Response from the fine-tuned model** <!-- Generate a synthetic dataset based on your newly added seed data; train the model with the synthetic data and now re-test the model's response with the same prompt. Replace "..." with what you receive with the finetuned model. --> ``` I had a 🍕 for dinner last night 🌃 ``` --- **Prompt 2 - Testing the fine-tuned model with a new example** <!-- What you entered, replace "..." --> ``` Replace words with emoji in this text: I'm going to the movies tonight, I can't wait to see the new superhero film! ``` **Response that was received** <!-- What you received in response to your input, replace "..." --> ``` I'm 🎬 going to the 🍿movies tonight, I can't 😱 wait to see the new superhero 🎥film! ``` **Response that is now received instead** <!-- What you receive with your contribution, replace "..." --> ``` I'm going to the 🎥 tonight, I can't wait to see the new 🦸♀️🦸♂️ film! ``` **Contribution checklist** <!-- Insert an x between the empty brackets: [ ] >> [x] --> - [x] The contribution was tested with `ilab generate` - [x] No errors or warnings were produced by `ilab generate` - [x] All [commits are signed off](https://github.com/instructlab/taxonomy/blob/main/CONTRIBUTING.md#legal) (DCO) - [x] The `qna.yaml` file contains at least 5 `seed_examples` - [x] The `qna.yaml` file was [linted](https://yamllint.com) and [prettified](https://onlineyamltools.com/prettify-yaml) ([yaml-validator](https://jsonformatter.org/yaml-validator) can do both) - [x] An `attribution.txt` file in the same folder as the `qna.yaml` file. Signed-off-by: Mohit Gaur <56885276+Mohit-Gaur@users.noreply.github.com> Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
Describe the contribution to the taxonomy
Input given at the prompt
Response that was received
Response that is now received instead
Prompt 2 - Testing the trained model with a new example
Response that was received
Response that is now received instead
Contribution checklist
lab generate
lab generate
qna.yaml
file was linted and prettified (yaml-validator can do both)