robin luo

Results 11 comments of robin luo

Thanks, I think if we need to get the 13 forms, we might need to use the cik to get them. So it might highly depend on the filtering CIK

Thanks, I fixed it. One more problem, I found the sec form structure changed after 2011, whether the form before 2012 could not be extracted?

`2022-04-06 04:48:00,691 INFO py_sec_edgar.extract: extracting documents to /sec_gov/Archives/edgar/data/861439/000091205794003991 /root/py-sec-edgar/py_sec_edgar/parse/header.py:50: FutureWarning: The pandas.np module is deprecated and will be removed from pandas in a future version. Import numpy directly instead. header_dict...

I agree with that. I believe this is the only prompt data used for ChatGPT

Thanks for your message, we will upload the model file to Hugging Face next week. And you can use the model file from Hugging Face in a short period. However,...

Sorry for confusion, the model weight of the model is on Hugging Face. But as you known, if we directly load the model weight into our model, the Transformers will...

[modeling_bert.py.zip](https://github.com/user-attachments/files/15579899/modeling_bert.py.zip) You can use this model directly for OutEffHop version BERT model. In our experiment, we use the hooks to replace the softmax to softmax_1. You can also use like...

Sorry for the delay of the update on Hugging Face, because this week I am qualify exam. `if model_args.model_name_or_path: torch_dtype = ( model_args.torch_dtype if model_args.torch_dtype in ["auto", None] else getattr(torch,...

I think you can find the related code on theory verification

I am sorry for the late reply. You can try to ignore the environment-specific version. I think it should be fine for the different package versions with the `requirement.txt`. I...