Allan Jie

Results 32 issues of Allan Jie

I saw the paper use argmax as the equation to obtain the sequence. I understand that that would be a Viterbi algorithm, where the complexity is again O(n). I'm confused...

Hi, I'm particularly interested in this. I'm currently using the Torch4J and let me know how can I contribute?

Just wonder if this also works well in small data. Let's say I have only a few hundreds of training instances, and 20 - 30 test instances. Because my task...

In the situation that we might want to obtain the spans, as well as the corresponding spanning indices.

Just wondering if it can support discriminative model like conditional random fields and if I can build flexible and user-defined graph structure with this tool?

### Describe the feature you want 描述你的功能需求 link: https://academic-demo.netlify.app/#about Something similar: I want to add some content in my home page 1. my personal profile/biography 2. some news of mine....

enhancement

LayoutLMv3 Seems not available yet.

Model: DeltaLM ```python3 import torch checkpoint = torch.load('deltalm-base.pt', map_location='cpu') weights = checkpoint["weights"] print(torch.all(weights['tgt_embedding.embed_positions.weight'] == weights['src_embedding.embed_positions.weight'] )) print(torch.all(weights['tgt_embedding.emb_layer_norm.weight'] == weights['src_embedding.emb_layer_norm.weight'] )) print(torch.all(weights['tgt_embedding.emb_layer_norm.bias'] == weights['src_embedding.emb_layer_norm.bias'] )) ``` All of them are true....

![image](https://user-images.githubusercontent.com/3351187/100064417-78ec5800-2e6d-11eb-8abc-6aca20af88ca.png) According to the text in this paper. Can I say, the total number of dilations is: total = ( 1 (initial one, equation 5) + Lc (we have Lc...

Can you provide the complete details of running the code? It seems there's no directory information in the files