alvations
alvations
When installing and running the `collectstatic` command, it couldn't find the `jquery.js`. Do I have to install other packages other than `django==1.3`? ``` ~/Appraise-Software/appraise$ python manage.py collectstatic WARNING:appraise.utils:NLTK is NOT...
@yikangshen @shawntan Is there an easy way to train the model to replicate the experiments using main.py using multiple GPUs? When using `model = nn.DataParallel(model)` before `train()`, the initialization goes...
@dimaztest, does the library allow downloads for versions other than `20120701` ?
C.f. https://github.com/nltk/nltk/issues/2423
When using Microsoft Edge browser on Mac OS, it seems to have some invalid literal error in parsing the URL: ``` import pyderman pyderman.drivers.edge.get_url(version='latest', _os="mac") ``` [out]: ``` invalid literal...
# What does this PR do? This PR defines the `fsdp_transformer_layer_cls_to_wrap` value in the Mistral config. This way user can easily load the config to figure out what values to...
It would be nice to put the [PyCon video link](https://youtu.be/GZBIPwdGtkk) on the `README.md` =) Thank you for the nice introductory tensorflow talk!!
We've a use-case https://huggingface.co/spaces/alvations/llm_harness_mistral_arc/blob/main/llm_harness_mistral_arc.py where default feature input types for `evaluate.Metric` is nothing and we get something like this in our `llm_harness_mistral_arc/llm_harness_mistral_arc.py` ```python import evaluate import datasets import lm_eval @evaluate.utils.file_utils.add_start_docstrings(_DESCRIPTION,...