-
## Description
To facilitate the security auditing of Gno realms, we will publish security provider realms to coordinate between realm developers and auditors.
There will be at least 2 realms in…
-
I modified the codebase a little:
```
"""code for zero shot instruction parsing"""
import torch
from peft import PeftModel
import transformers
import textwrap
from transformers import AutoMod…
-
Hi !
I have a problem when i try:
resource=orders/search/recent?seller=$SELLER_ID
this:
https://api.mercadolibre.com/orders/search/recent?seller=$SELLER_ID&access_token=$ACCESS_TOKEN
became…
-
Hi all,
since the OpenID specs https://openid.net/specs/openid-connect-rpinitiated-1_0.html say that
> OpenID Providers MUST support the use of the HTTP GET and POST methods defined in RFC 7231 [R…
-
**Issue**
Installing virtualenv with `pip install virtualenv` should install the package.
I get error:
```txt
ModuleNotFoundError: No module named 'distlib'
```
**Environment**
Provide …
-
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
* Pleas…
-
Dear Team,
The code below doesn't work and the context doesn't sententce token.
if args.tokenizer == "PTB":
import nltk
sent_tokenize = nltk.sent_tokenize
def word_tokeniz…
-
if you have "myapp.com/signup/verify?token=abc"
and then later a different link,say: "myapp.com"
replacement will occur poorly, doing the replacement of the first properly, but when we replace the se…
synth updated
11 years ago
-
### ⚠️ This issue respects the following points: ⚠️
- [X] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [X] This issue is **not** already reported on Github _(I've sea…
-
hey, i was trying to train a model of parsing arabic data, As mentioned by @VictorAtPL , I have trained Mbart tokenizer using arabic corpus, and also trained the Mbart decoder with the same arabic co…