transformers
transformers copied to clipboard
Bumps [transformers](https://github.com/huggingface/transformers) from 4.1.1 to 4.30.0. Release notes Sourced from transformers's releases. v4.30.0: 100k, Agents improvements, Safetensors core dependency, Swiftformer, Autoformer, MobileViTv2, timm-as-a-backbone 100k Transformers has just reached 100k stars...
This is just a suggestion to add a prefix to the folders in the /course folders so that it is easier to match with the Sections in the Udemy course....
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.1 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...
Local Conda version conda 4.11.0. Use https://github.com/jamescalam/transformers/blob/main/environment.yaml to set up the environment. Getting the following error : Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: - mkl_fft==1.2.0=py38h45dec08_0 - pandocfilters==1.4.3=py38haa95532_1...
I am getting the following error: ``` OSError Traceback (most recent call last) in ----> 1 import flair 2 model = flair.models.TextClassifier.load('en-sentiment') C:\ProgramData\Anaconda3\envs\ml\lib\site-packages\flair\__init__.py in 1 import os ----> 2 import...
i got killed after sometimes the code is running , i think it is gpu problem, how can i use cuda in the code please or which lines i should...
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Hi , I am a student in your udemy course and trying to run 09_elastic_in_haystack.ipynb code from QA chapter. I am using JupyterLab which is connected to my GCP VM-...
In NSP training program, when training starts the TypeError occurs in the following line of code, `outputs = model(input_ids, attention_mask=attention_mask, token_type_ids=token_type_ids, labels=labels)` The Error shows as follows: /...../site-packages/torch/nn/modules/module.py", line 1102,...