Mark Susol
Mark Susol
I am not able to use this package anymore until it renders using d3.v4.js. Any plans to update this package?
ref: Skip-Grams-Solution.ipynb I was attempting to run end-to-end in Jupyter notebook, copy over your util functions etc. But then i come across an error that others may hit if they...
Issue found while running the colab today. Fixes # [(480)](https://github.com/huggingface/notebooks/issues/480)
Collision with `datasets` import created by the following assignment statement. ```python datasets = load_dataset("conll2003") ... tokenized_datasets = datasets.map(tokenize_and_align_labels, batched=True) ... train_set = model.prepare_tf_dataset( tokenized_datasets["train"], shuffle=True, batch_size=batch_size, collate_fn=data_collator, ) "TFDistilBertForTokenClassification requires...
## Description Not able to load the magic ## Reproduce ``` pip install -U jupyter-ai ``` ```python %load_ext jupyter_ai_magics ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) Cell In[2], line...
**System information**. ``` == check python =================================================== python version: 3.11.8 python branch: v3.11.8 python build version: ('v3.11.8:db85d51d3e', 'Feb 6 2024 18:02:37') python compiler version: Clang 13.0.0 (clang-1300.0.29.30) python implementation: CPython...