MarkDeng1
MarkDeng1
Kindly request to release code about DSIR with a neural importance weight estimator .
I run your codes for reproducing your results in your paper. There are several issues: 1. The file - ./data/original/GLUE-SST-2/cached_dev_RobertaTokenizer_256_sst-2.lock - is not explained how to get it. 2. I...
I would like to ask how your hypothesis is generated. I have read the article many times but find it difficult to understand. The initial hypothesis is directly input into...
Hi authors, I would like to reproduce the results. My PC has 96GB RAM with a 24GB GPU. However, when the private data size is 35k, it seems that the...
This is my code: ``` from characterai import aiocai import asyncio from datetime import datetime async def main(): char = input('CHAR ID: ') client = aiocai.Client('a9ec003a613b2c639b415062701827c1fd2d2d24') me = await client.get_me()...
I can guarantee the token is correct. But the issue: ``` Traceback (most recent call last): File "/fred/oz401/zdeng/MentalShield/test_alignment.py", line 243, in asyncio.run(main()) File "/fred/oz339/zdeng/.conda/envs/my_env/lib/python3.10/asyncio/runners.py", line 44, in run return loop.run_until_complete(main)...