Update README.md
Browse files
README.md
CHANGED
@@ -567,7 +567,6 @@ Each JSONL file in the dataset follows a structured format with the following fi
|
|
567 |
- `task`: The specific task type.
|
568 |
- `lang`: The language of the input text.
|
569 |
- `instructions`: A brief set of instructions describing how the text should be labeled.
|
570 |
-
- `text`: A formatted structure including instructions and response for the task in a conversation format between the system, user, and assistant, showing the decision process.
|
571 |
|
572 |
|
573 |
**Example entry in JSONL file:**
|
@@ -576,14 +575,15 @@ Each JSONL file in the dataset follows a structured format with the following fi
|
|
576 |
{
|
577 |
"id": "c64503bb-9253-4f58-aef8-9b244c088b15",
|
578 |
"original_id": "1,722,643,241,323,950,300",
|
579 |
-
"input": "ูุฑูุฏูู ุชูุฑูุท ุงูุณูุทุฉ ุงูููุณุทูููุฉ ูู ุงูุถูุฉ
|
580 |
"output": "checkworthy",
|
581 |
"dataset": "Checkworthiness",
|
582 |
"task": "Checkworthiness",
|
583 |
"lang": "ar",
|
584 |
-
"instructions": "Identify if the given factual claim is 'checkworthy' or 'not-checkworthy'. Return only the label without any explanation, justification or additional text."
|
585 |
}
|
586 |
|
|
|
587 |
```
|
588 |
## Model
|
589 |
[**LlamaLens on Hugging Face**](https://huggingface.co/QCRI/LlamaLens)
|
|
|
567 |
- `task`: The specific task type.
|
568 |
- `lang`: The language of the input text.
|
569 |
- `instructions`: A brief set of instructions describing how the text should be labeled.
|
|
|
570 |
|
571 |
|
572 |
**Example entry in JSONL file:**
|
|
|
575 |
{
|
576 |
"id": "c64503bb-9253-4f58-aef8-9b244c088b15",
|
577 |
"original_id": "1,722,643,241,323,950,300",
|
578 |
+
"input": "ูุฑูุฏูู ุชูุฑูุท ุงูุณูุทุฉ ุงูููุณุทูููุฉ ูู ุงูุถูุฉ ูุฏู ุขุฎุฑ ู
ุณู
ุงุฑ ูู ูุนุด ู
ุง ุชุจูู ู
ู ูููุชูุง ุงูููุณุทูููุฉุ ูู
ุง ุชู
ุชูุฑูุท ุบุฒุฉ. ูุฑูุฏูู ุฅุนูุงู ููุงุญ ู
ุณูุญ ู
ู ุทุฑู ุงูุฃุฌูุฒุฉ ุงูุฃู
ููุฉ ุงูููุณุทูููุฉ ุนููุงู! ููู ู
ุง ูุนูู
ููู ูู
ุง ูุฑููู ููุง ูุฑูุฏูู ุงูุชุญุฏุซ ุจูุ ุฃู ุฃุจูุงุก ุงูุฃุฌูุฒุฉ ุงูุฃู
ููุฉ ูู ุงูููุงุฑ ูููููู ุนุณูุฑููู... https://t.co/qF2Fjh24hV https://t.co/1UicLkDd52",
|
579 |
"output": "checkworthy",
|
580 |
"dataset": "Checkworthiness",
|
581 |
"task": "Checkworthiness",
|
582 |
"lang": "ar",
|
583 |
+
"instructions": "Identify if the given factual claim is 'checkworthy' or 'not-checkworthy'. Return only the label without any explanation, justification, or additional text."
|
584 |
}
|
585 |
|
586 |
+
|
587 |
```
|
588 |
## Model
|
589 |
[**LlamaLens on Hugging Face**](https://huggingface.co/QCRI/LlamaLens)
|