Skip to content

Commit

Permalink
UPDATE 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
davidycliao committed Oct 5, 2023
1 parent dbaba21 commit 96d2144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/r_window.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.8'
architecture: 'x64'

- name: Install dependencies
Expand Down
4 changes: 1 addition & 3 deletions vignettes/flair_embeddings.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,11 @@ library(reticulate)


```{r}
string <- "What I see in UCD today"
string <- "UCD is one of the world's top universities and is ranked in the top 1% of higher education institutions worldwide."
sentence <- flair_data.sentence(string)
```

</div>


&nbsp;

-----
Expand Down

0 comments on commit 96d2144

Please sign in to comment.