-
I tried using Meta's `facebook/nllb-200-distilled-600M` model, but it seems that `hidden_states` is not being set on the `self.emb_model` output (line 65). I'm getting:
> ValueError: You have to sp…
-
```
We have problem that special xlm characters (i.e > < &) are not parsed
correctly when read as attribute. When data is sent as CDATA it works fine.
So when reading (iks_load) and writing (iks_save)…
-
Hi, I have some trouble in model.get_entities.
The following picture is my code (same as demo), I'm not sure what's going on. :(
![image](https://user-images.githubusercontent.com/29700324/164969899…
-
Elegant work! In addition to training a transformer_base-scale model, I am still trying to train a large model, (e.g., 1024 model dim. & 4096 hidden dim), such that I can fine-tune Mask-predict with […
-
App: Block Puzzle Stone Wars v7.0
Store: fdroid
* 1) I do not understand the Storry?
* 2) What do I have to do to Win?
* 3) What does the change of stone colour mean?
* 4) How could I create…
-
Tried to install Steam compatibility tool for both XIVLauncher and XIVLauncherCN via xlm steamdeck command, but they just overwrite each other,and both of them shown as "XLCore [XLM]" in the “compatib…
-
Any guidelines for how many entries can be in primary.txt? And/or how long each one has to be? 2, 3, 4 characters?
this file, as primary.txt will crash with the following error - "AttributeError: '…
-
From the ```CyNER Demo.ipynb``` I have tried to train the model but I get this error.
```python
# Training Code
cfg = {'checkpoint_dir': '.ckpt',
'dataset': 'dataset/mitre',
'tr…
-
```
What steps will reproduce the problem?
1. POST e.g. XLM data in the HTTP body
2. have some encoded XML special characters in there (like < and > and so
on)
3. launch the request
What is th…
-
Hi,
I am using one of the "Sentence similarity" models e.g. 'distilbert-base-nli-stsb-quora-ranking'
As in my domain, I am sure I have quite unique words in my use-case.
How can I handle OOV words…