Skip to content

Commit 8b86722

Browse files
committed
fix financial phrase bank dataset links
1 parent 59c589a commit 8b86722

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

integration/nemo/examples/peft/peft.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"metadata": {},
7171
"source": [
7272
"## Data preprocessing\n",
73-
"As our downstream task, we will use the [Financial PhraseBank dataset](https://huggingface.co/datasets/financial_phrasebank) for sentiment analysis.\n",
73+
"As our downstream task, we will use the [Financial PhraseBank dataset](https://www.researchgate.net/publication/251231364_FinancialPhraseBank-v10) for sentiment analysis.\n",
7474
"\n",
7575
"The Financial PhraseBank dataset contains the sentiments for financial news headlines from a retail investor's perspective. Further details about the dataset can be found in Malo et al.'s [\"Good Debt or Bad Debt: Detecting Semantic Orientations in Economic Texts\"](https://arxiv.org/abs/1307.5336).\n",
7676
"\n",

integration/nemo/examples/prompt_learning/prompt_learning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"metadata": {},
7777
"source": [
7878
"## Data preprocessing\n",
79-
"As our downstream task, we will use the [Financial PhraseBank dataset](https://huggingface.co/datasets/financial_phrasebank) for sentiment analysis.\n",
79+
"As our downstream task, we will use the [Financial PhraseBank dataset](https://www.researchgate.net/publication/251231364_FinancialPhraseBank-v10) for sentiment analysis.\n",
8080
"\n",
8181
"The Financial PhraseBank dataset contains the sentiments for financial news headlines from a retail investor's perspective. Further details about the dataset can be found in Malo et al.'s [\"Good Debt or Bad Debt: Detecting Semantic Orientations in Economic Texts\"](https://arxiv.org/abs/1307.5336).\n"
8282
]

integration/nemo/examples/prompt_learning/prompt_learning_20B.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ python3 megatron_change_num_partitions.py --model_file ${source_ckpt} --target_f
5858
```
5959

6060
## Data preprocessing
61-
As our downstream task, we will use the [Financial PhraseBank dataset](https://huggingface.co/datasets/financial_phrasebank) for sentiment analysis.
61+
As our downstream task, we will use the [Financial PhraseBank dataset](https://www.researchgate.net/publication/251231364_FinancialPhraseBank-v10) for sentiment analysis.
6262

6363
The Financial PhraseBank dataset contains the sentiments for financial news headlines from a retail investor's perspective.
6464
Further details about the dataset can be found in Malo et al.'s ["Good Debt or Bad Debt: Detecting Semantic Orientations in Economic Texts"](https://arxiv.org/abs/1307.5336).

0 commit comments

Comments
 (0)