Vladislavs Dovgalecs
Vladislavs Dovgalecs
@dexception The CRFSuite format is different from the file you showed. You need to explicitly craft the features for each token of a sequence. The first element of the line...
@dexception I don't know the language you are trying to tag with CRF but there are many tips & tricks to get the performance 75-85% F1-score without too much of...
The tutorial has everything to get you started, including a link to a script that will convert your file to CRFSuite format. http://www.chokkan.org/software/crfsuite/tutorial.html
@dexception The beauty of CRF for NER is that you don't need to write the rules explicitly. CRF is pretty good at finding those patterns for you. Rules-based systems are...
@dexception A protip: For very large datasets you can use the l2sgd or the arow algorithm. The latter is *very* fast and consume not much of RAM! There are two...
Hi @strani Thanks for your response! Yes, I would be interested in helping to develop the Python wrapper. What do you think would be a good starting point to get...
Tried `pip install -U jax jaxlib` to get the two package versions in sync as suggested here: https://github.com/google/jax/discussions/14036 to no avail ``` $ pip list | grep jax jax 0.4.11...
The package `numpyro` was also missing. Making `jax` and `jaxlib` same versions solved the issue.
For sure.
If you have at least a couple of projects in your GitHub account, you can show it as a proof for open source contributor. Just saying.