-
Subscribe to this issue and stay notified about new [daily trending repos in Python](https://github.com/trending/python?since=daily)!
-
/home/aigroup/chenzx/ws_internImage/bin/python3.8 /home/aigroup/chenzx/ws_internImage/code/Co-DETR/tools/deployment/pytorch2onnx.py
/home/aigroup/chenzx/ws_internImage/lib/python3.8/site-packages/mmc…
-
I used the following code to sft llama3:
```
import os
import wandb
os.environ["WANDB_PROJECT"] = "unsloth-mimic-20240814" # name your W&B project
os.environ["WANDB_LOG_MODEL"] = "checkpoint" …
-
While our [draft charter](https://www.w3.org/2023/03/proposed-webmachinelearning-charter.html) says that the group:
> priority on building blocks required by well-known model architectures such as re…
-
Hey!
Cool repo. I like all the knn+lm methods
Did you do some runs yet? Anything interesting to report?
-
Hello Fred, thanks for your great work.
I notice that in the paper, you say: "The performance of our method with H-DETR-R50 was surprisingly lower than that with DETR-R50, although H-DETR-R50 outpe…
-
## Problem
Parsing text is an extremely common task, and therefore it would be very nice to have a convenient syntax for creating little parsers from a grammar.
## Rant
The traditional thing that pr…
-
### System Info
- `transformers` version: 4.43.3
- Platform: Linux-5.15.0-46-generic-x86_64-with-glibc2.31
- Python version: 3.9.19
- Huggingface_hub version: 0.24.2
- Safetensors version: 0.4.3
…
-
# 🐛 bug report
RT.
## 🎛 Configuration (.babelrc, package.json, cli command)
Reproduction: https://github.com/SukkaW/parcel-issue-7419/
## 🤔 Expected Behavior
Parcel should include corre…
-
Hello, I have some questions about decoder layer.
1. Can I think of object query as adaptive anchor?In paper, it is essentially position embedding, but I don't understand how it works actually, esp…