-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add skill to replace words in text with corresponding emoji #733
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
Beep, boop 🤖, Hi, I'm @instructlab-bot and I'm going to help you with your pull request. Thanks for you contribution! 🎉 I support the following commands:
Note Results or Errors of these commands will be posted as a pull request check in the Checks section below Note Currently only maintainers belongs to [[taxonomy-triagers taxonomy-approvers taxonomy-maintainers labrador-org-maintainers instruct-lab-bot-maintainers]] teams are allowed to run these commands. |
@instructlab-bot precheck |
Beep, boop 🤖, Generating test data for your PR with the job type: precheck. Your Job ID is 188. The results will be presented below in the pull request status box. This may take several minutes... |
Results for job ID: 188 using the model merlinite-7b! Results can be found here. |
Signed-off-by: Mohit Gaur <56885276+Mohit-Gaur@users.noreply.github.com> Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
Beep, boop 🤖, Hi, I'm @instructlab-bot and I'm going to help you with your pull request. Thanks for you contribution! 🎉 I support the following commands:
Note Results or Errors of these commands will be posted as a pull request check in the Checks section below Note Currently only maintainers belongs to [[taxonomy-triagers taxonomy-approvers taxonomy-maintainers labrador-org-maintainers instruct-lab-bot-maintainers]] teams are allowed to run these commands. |
Thank you for your submission. Here are your results: |
Thank you for your submission. Here are your results: |
…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>
Re-submitting PR #303
Describe the contribution to the taxonomy
Added a new skill to replace words in text with their corresponding emoji
Input given at the prompt
Response from the original model
Response from the fine-tuned model
Prompt 2 - Testing the fine-tuned model with a new example
Response that was received
Response that is now received instead
Contribution checklist
ilab generate
ilab generate
qna.yaml
file contains at least 5seed_examples
qna.yaml
file was linted and prettified (yaml-validator can do both)attribution.txt
file in the same folder as theqna.yaml
file.