-
I am using Lora to fine tune the text_comfig and view_comfig in the config, which are llama and clipuvisic_model. This is clearly not the same for my expected qwen and siglip-visionmendel. The outputs…
-
I was trying to run the model on my custom data of KG triples, to compare its performance, however I encountered a problem.
Upon running the training command for policy gradient model:
```./expe…
-
Hello, I've tried to test BERTscore, BLEURT and Prism embedding metrics from Colab, however got a stack or errors - the errors for BLEURT and Prism come from the same Docker source:
```DockerExceptio…
-
### Describe the issue
Hello,
see [also this discussion](https://github.com/microsoft/onnxruntime/discussions/22427). I'm opening this one as I think it's an issue as sifting through previous issues…
-
Here is my code of trying to use ```PrefixTuningTemplate```:
```
import torch
from openprompt.data_utils.conditional_generation_dataset import WebNLGProcessor
from openprompt.plms import load_pl…
-
Hi,
I'm trying to train a new akita model. But when I followed the tutorial with exactly the same parameters, I got the following error when running *akita_train.py* :
```
2023-01-20 22:44:27.708…
-
At first I really want to thank you for providing a simple CRF alternative!
My problem with your CRF layer is a worse performace than without it. I really don't get why. Below there is my model:
…
-
Hey :) I'm trying to use kc.convert_model_from_saved_files but I have this keyerror :
```
File "C:\Users\XXXXXXX\Anaconda3\lib\site-packages\deeplift\conversion\kerasapi_conversion.py", line 34…
-
-
## 🐛 Bug
The paraphraser example in examples/paraphraser fails because two bugs:
1. The src route is incorrectly defined in paraphrase.py
2. When loading the pretrained models, the arg mean_pool…