daven

Results 4 issues of daven

I want to change the bert model, and I changed the config.ini in order to use my own model. but my model was training by transformers api and got the...

I ran the demo: ``` from gexf import Gexf test helloworld.gexf gexf = Gexf("Paul Girard","A hello world! file") graph=gexf.addGraph("directed","static","a hello world graph") graph.addNode("0","hello") graph.addNode("1","World") graph.addEdge("0","0","1") output_file=open("hellowrld.gexf","w") gexf.write(output_file) ``` but I...

if a distribution is strong fit the powerlaw distribution, lt's p_value should be close to 0.05 or 0.5 or 1, i saw different said in issues and papers including yours...

Your work of Knowledge embedding in hyperbolic space inspires me a lot, and I am undergoing reproducing your code and found some issues. First, Hyperbolic distance on the Poincare ball,...