Rustam G

Results 5 issues of Rustam G

Hello, @danijel3 ! Nice work, I have tested this on macbook and all works well, but on Ubuntu after I click `Start` button, and allowed use micro, all pending in...

Hello! I'm trying to use onnx model from sklearn with [graphpipe](https://oracle.github.io/graphpipe/#/guide/servers/graphpipe-onnx) Save an onnx model which contains `Pipeline` with `StandartScaler + LogisticRegression` Also, I should provide `value-inputs.json`, with inputs specification...

Hello! Is there any information about how to finetune the 6B-200K context window model?

question
sft
doc-not-needed

Hello! I'm using `BertTokenizer` from the transformers library and added some special tokens for my case. After that, I save it as `save_pretrained`, which produces `added_tokens.json`, `special_tokens_map.json`, `tokenizer_config.json` and `vocab.txt`...

Hello! I want to use `graphpipe` with sklearn model, converted by [this](https://github.com/onnx/onnxmltools/blob/master/onnxmltools/convert/sklearn/convert.py) I can save `model.onnx`, but what can I use for `model-inputs`? I'm trying to save my model as...