Skip to content

Conversation

Mohit-Gaur
Copy link
Contributor

Describe the contribution to the taxonomy

  • Added a new skill to replace words in text with corresponding emoji

Input given at the prompt

Replace words with emoji in this text: I had a pizza for dinner last night

Response that was received

I 🍕 had 🍴 a 🍕 pizza 🍕 for 🍴 dinner 🍴 last night 🌙

Response that is now received instead

I had a 🍕 for dinner last night 🌃

Prompt 2 - Testing the trained model with a new example

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

I'm 🎬 going to the 🍿movies tonight, I can't 😱 wait to see the new superhero 🎥film!

Response that is now received instead

I'm going to the 🎥 tonight, I can't wait to see the new 🦸‍♀️🦸‍♂️ film!

Contribution checklist

@Mohit-Gaur Mohit-Gaur requested a review from a team as a code owner March 10, 2024 10:50
@Mohit-Gaur Mohit-Gaur force-pushed the emoji_skill branch 2 times, most recently from caaec14 to 445821e Compare March 13, 2024 10:14
@mairin mairin added the skill (Auto labeled) label Mar 16, 2024
@Mohit-Gaur Mohit-Gaur requested a review from a team as a code owner March 18, 2024 17:25
@obuzek obuzek added skill category: creative community-build-ready Triage Team has signed off for synthetic data generation labels Mar 22, 2024
@obuzek
Copy link
Contributor

obuzek commented Mar 22, 2024

This is a cute one =) Thanks for your contribution!

@github-actions github-actions bot added the triage-needed (Auto labeled) skill is ready to be triaged label Apr 9, 2024
@bjhargrave bjhargrave removed the triage-needed (Auto labeled) skill is ready to be triaged label Apr 9, 2024
@luke-inglis
Copy link
Contributor

@instruct-lab-bot generate

Copy link

Beep, boop 🤖 Generating test data for your pull request.

This will take several minutes...

Your job ID is 53.

@luke-inglis
Copy link
Contributor

@instruct-lab-bot precheck

Copy link

Beep, boop 🤖 Generating test data for your pull request.

This will take several minutes...

Your job ID is 54.

Copy link

Beep, boop 🤖 The test data has been generated for job ID: 53 using the model sdg service backend!

Find your results here.

Copy link

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>
@github-actions github-actions bot added the triage-needed (Auto labeled) skill is ready to be triaged label Apr 10, 2024
@bjhargrave bjhargrave removed the triage-needed (Auto labeled) skill is ready to be triaged label Apr 10, 2024
@jjasghar jjasghar closed this Apr 19, 2024
@n1hility
Copy link
Member

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:

https://forms.gle/V7SrPPMZDo6iGDYu8

jjasghar pushed a commit that referenced this pull request Jun 5, 2024
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>
jjasghar pushed a commit to luke-inglis/taxonomy that referenced this pull request Jun 7, 2024
…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>
jjasghar pushed a commit to acidonper/taxonomy that referenced this pull request Jun 10, 2024
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-build-ready Triage Team has signed off for synthetic data generation skill (Auto labeled)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants