-
### Please check that this issue hasn't been reported before.
- [X] I searched previous [Bug Reports](https://github.com/axolotl-ai-cloud/axolotl/labels/bug) didn't find any similar reports.
###…
-
# Interview questions of ML algorithm
## Content
* Data validation:
> Data quality check, missing value, imbalance data & etc
* Modeling
> Common machine learning models
* Evaluation
> All …
-
RuntimeError: CUDA error: an illegal memory access was encountered
Looking forward to the expert's answer
-
## What is your question?
When I run the following `fairseq-interactive` command and input some text, I don't get any text returned.
```
fairseq-interactive data-bin/captions \
--batch-size 1 …
-
Currently, using a PostgreSQL extension can be a bit confusing, mainly when the extension installs two or more data types, which demands the creation of dummy data types so they can be available for m…
-
Within in the residential model, we construct a "complex ID" for townhome properties to ensure that like properties receive like values. This ID might be useful for things besides modeling, and could …
-
I tryed to modify your example code to run this model on lowvram card by BNB 4bit or 8bit quantization config.
While use bnb 4bit config like below:
```python
qnt_config = BitsAndBytesConfig(load…
-
Being able to see a field's size and offset when printing an object would be very helpful for both modeling data with construct and the end-user more easily understanding the format of the structure.
-
After running on the cloud, time needed for populating the repo seems to vary enormously when run on Azure and the Jenkins run may be yet another unknown. Is this web connectivity or proximity to Mode…
-
Hi,
I'm getting a "File exists" error when I use [text dataset](https://github.com/huggingface/nlp/tree/master/datasets/text) for pre-training a RoBERTa model using `transformers` (3.0.2) and `nlp`…