-
```
Attached is an RNG schema for an XML document that has different content models
for two appearances of the
element 'a':
Trang 2008-10-28 generates the attached XSD. Validating the above …
-
We need to support some model combination:
There is the default OpenNMT one, but it does not work, see https://github.com/OpenNMT/OpenNMT-py/issues/1252
-
I have a model called 'Status' with one field, 'name'.
I registered the model:
```
class Status(Model):
def __str__(self):
return self.name
class Meta:
verbose_name = …
-
I really like the library, great work!
Is there a way to manually specify a specific OPUS model? For example EasyNMT with OPUS currently does not support English as source and Portuguese as target la…
-
## 🐛 Bug
I met this bug when I try to load a fairseq translation model. I could see the same issue is still open in fairseq GitHub repo. I tried installing torch and torchvision packages as mentioned…
-
Thanks for the great work team. I wonder if there is any plan to add new improvements to speculative decoding such as [Eagle](https://sites.google.com/view/eagle-llm), [Medusa](https://sites.google.co…
-
When I have base model class and base admin class with translated name, title, body, on inherited classes I can't get to work. So It looks for fields in inherited classes.
-
What for exist Helsinki-NLP/opus-mt-fi-fi model translate Finnish to Finnish ???
-
Translating custom image models (see https://docs.wagtail.org/en/stable/advanced_topics/images/custom_image_model.html) is currently (Wagtail 6.x, Wagtail Localize 1.9-alpha) not possible. A common us…
kaij updated
5 months ago
-
Loaded model config from [models_yaml/anytext_sd15.yaml]
Loaded state_dict from [C:\Users\Admin\.cache\modelscope\hub\damo\cv_anytext_text_generation_editing\anytext_v1.1.ckpt]
2024-01-05 16:11:55,1…