Gordon McDonald

Results 10 comments of Gordon McDonald

I encountered this same problem today, [here's how I fixed it](https://stackoverflow.com/a/60983712/7372346): Put this code in your Rmd somewhere to loop through and set all the svg's viewBox = null. `htmlwidgets::onStaticRenderComplete('$.each(...

Ok found a workaround - use the fontawesome package and make the icon text: ``` library(leaflet) library(fontawesome) #devtools::install_github("rstudio/fontawesome") icoLst % leaflet() %>% addTiles() %>% addAwesomeMarkers(icon = ~ icoLst[trs]) ```

Looks like it's not inconsistent? It betters Chinchilla in every test but it is beaten by PaLM 540B on a couple. Table 3: Zero shot performance on common-sense reasoning tasks....

This was my problem too. No idea why it does this but thanks for the workaround.

Also would like to know how to connect to the cell magic with azure open-ai! Unfortunately I have the double whammy of being in Jupyter hub and therefore not having...

@do-me I think also have to change the quantized:true flag to dtype:"f32" for unquantized or dtype:"f16" or "q8" ...etc for quantized. ```js await pipeline('feature-extraction', 'Xenova/all-MiniLM-L6-v2', { device: 'webgpu', dtype: 'fp32',...

Ah ok. I was using `@huggingface/transformers` v3 as well and I ran into the same issue you did `worker.js:94 An error occurred during model execution: "Error: Session already started".` I...

Would love to be able to deploy something like this for researchers at my uni!

Same issue, but the workaround of renaming the survey works fine. 👍

Second/third this and just clarifying; the tags.scm file for R language support is here: https://github.com/r-lib/tree-sitter-r/blob/main/queries/tags.scm