-
I'm trying to implement TransformerCVAE but I'm getting No module transformers.modeling_gpt2 error with Transformers version 4.11.3.
-
**The bug**
It appears that the latest versions of `transformers` (4.43.*) do not play nicely with GPT2 on MacOS-ARM. This is seen in our PR Gate, with errors:
```
FAILED tests/model_integration/…
-
# Reproducer
```
import distily
distily.run.benchmark(
teacher_model_name_or_path="gpt2",
output_dir="distily_verify_compile",
hub_model_id="distily/distily_verify_compile",
…
lapp0 updated
2 months ago
-
Hi,
I followed the instruction to try to run the attack on your provided example_data.json file. I have a few questions regarding how to run the attack properly and would appreciate your response. …
-
root@bd4abbbcfa88:/app/chatbot# python chatbot.py --mode interact /home/petr/desktop/gpt2_chatbot-master/model.h5
Traceback (most recent call last):
File "chatbot.py", line 1, in
import yaml…
-
```
./onnx-mlir --EmitONNXBasic /home/justinchu/dev/onnx/gpt2-dataprop.onnx
/usr/include/c++/11/bits/stl_vector.h:1045: std::vector::reference std::vector::operator[](std::vector::size_type) [with …
-
# Export Error Summary Dashboard ##
- This report is generated from branch of https://github.com/huggingface/optimum/pull/1712
- Produced by `RUN_SLOW=1 pytest tests/exporters/onnx -k "test_export…
-
- [ ] Use the attention module in modalities.nn in GPT2
-
I am attempting to download model checkpoints from the Azure Blob Model Registry associated with this repository. However, access denial errors appear to suggest that there's no public access to that …
-
Hi @Liuhong99 ,
I am a big fan of sophia used it cited it everytime. Just thought of suggesting you a new and less resource intensive experiment.
a) Karpathy updated the nano_gpt2 training [cod…