-
# Feature or enhancement
### Proposal:
When the CPython interpreter crashes - recent history entries are lost. An easy reproducer (on any Linux):
```
$ ulimit -v $((1024*256))
$ pip install -q gmpy…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [915c681a7c826d4fdd392511e02e7d9ac4218efe](https://github.com/dotnet/runtime/co…
-
Hi Thanks for sharing nice work.
I noticed that you've done normalizing attention score (row sum to 1) as mentioned in the original attention rollout paper.
```
I = torch.eye(attention_heads_fuse…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [619d4b35eeac857a178dd1246b07d27c08c263a2](https://github.com/dotnet/runtime/co…
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
Th…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
Huggingface team has released [Smollm2](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B) recently, it seems very promising.
It is new so it makes sense to review and see before bringing the model t…
-
(WEB REPORT BY: surrealitarian REMOTE: 206.221.180.138:7777)
bit of surgery fuckery there
-
## Environment info
- `adapter-transformers` version: 3.0.1
- Platform: Linux-5.10.102.1-microsoft-standard-WSL2-x86_64-with-glibc2.31
- Python version: 3.9.12
- PyTorch version (GPU?): 1…
-
I tried to visualize the attention maps for the T5 model but have encountered issues while getting the plots.
I would like to emphasize few points:
- I have used `model.generate` because I don't …