Ahmad Fahadh Ilyas
Ahmad Fahadh Ilyas
what I want to do is this 1. first list ```python import pandas as pd ``` 2. second list 1. sub list ```python print('example') ```` 3. third list But, I...
I have a smart contract like this ```js // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/access/AccessControlEnumerable.sol"; import "@openzeppelin/contracts/utils/Context.sol"; import "@openzeppelin/contracts/security/Pausable.sol"; contract SampleContract is Context, AccessControlEnumerable, Pausable { grantRole( bytes32 role,...
If adding space around each punctuation put after `train_new_model`, the Tokenizer didn't count punctuation as a whole word and didn't separate the sentence `"this sentence?"` to `["this", "sentence", "?"]` but...
In `textgenrnn/textgenrnn/textgenrnn.py` line 226 and 248, there is an inconsistency of dropout parameter where at line 226, the `dropout` parameter is used if there is `context_labels` and `multi_gpu` is `True`...
I'm trying to install kubeflow by individual components and stuck at the step when installing AuthService. Here is the error-log ```bash time="2022-08-29T10:17:13Z" level=error msg="OIDC provider setup failed, retrying in 10...
**Describe the bug** I am new in quantization and I'm trying to quantize Vicuna 1.1 13B. I thought that the [basic_usage.py](https://github.com/PanQiWei/AutoGPTQ/blob/main/examples/quantization/basic_usage.py) is enough for quantization. After I found out that...
I know that phi has different naming for its paramater. But, the algorithm is still transformers which contains self-attention and MLP. If we rename the parameter following llama/mistral format, is...
I'm been using quantization tools like GPTQ, Exllama, or QUIP#. Those tools is quite fast to do quantization in a single A6000 gpu. But, this tool takes a really long...
I've checked the way dataset in created in `KTOTrainer` and it seems that only `completion_` prefixed data that is fed into model. But, data with `completion_` prefixed did not contain...
I'm trying to use this provider in `web3modal` yet it always shows this error ```js index.js:5199 WebSocket connection to 'wss://mainnet.infura.io/ws/v3/' failed: Received a broken close frame containing a reserved status...