Skip to content

Commit

Permalink
Merge pull request #8 from drobiu/main
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
pat-alt authored Jan 18, 2024
2 parents 42ee341 + 9a39d38 commit e11288d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
This is a small package that facilitates working with the data and model proposed in this ACL 2023 paper: [Trillion Dollar Words: A New Financial Dataset, Task & Market Analysis](https://arxiv.org/abs/2305.07972).

> [!NOTE]
> I am not the author of that paper nor am I affiliated with the authors of the paper. This package was developed as a by-product of me workign with the data and model in Julia.
> I am not the author of that paper nor am I affiliated with the authors of the paper. This package was developed as a by-product of me working with the data and model in Julia.
## Install

Expand All @@ -22,4 +22,4 @@ Pkg.add(url="https://github.com/pat-alt/TrillionDollarWords.jl")

## `dev` folder

The [dev](/dev/) folder contains source code used to preprocess data sourced from the paper's GitHub [repo](https://github.com/gtfintechlab/fomc-hawkish-dovish) and the HuggingFace model [repo](https://huggingface.co/gtfintechlab/FOMC-RoBERTa?text=A+very+hawkish+stance+excerted+by+the+doves). Preprocessed data is archived as artifacts and uploaded to GitHub releases to make it available to the package itself.
The [dev](/dev/) folder contains source code used to preprocess data sourced from the paper's GitHub [repo](https://github.com/gtfintechlab/fomc-hawkish-dovish) and the HuggingFace model [repo](https://huggingface.co/gtfintechlab/FOMC-RoBERTa?text=A+very+hawkish+stance+excerted+by+the+doves). Preprocessed data is archived as artifacts and uploaded to GitHub releases to make it available to the package itself.

0 comments on commit e11288d

Please sign in to comment.