-
code
```python
'''
conda activate beyond_scale_2_unsloth
'''
import torch
from datasets import load_dataset
from trl import SFTConfig, SFTTrainer
from unsloth import FastLanguageModel
from tr…
-
Code
```python
import torch
from transformers import pipeline, AutoModel, AutoTokenizer
model_id = "ai4bharat/IndicBERTv2-alpha-SentimentClassification"
tokenizer = AutoTokenizer.from_pretrai…
-
### System Info
File "/home/mukuro/projects/LLaMA-Factory/src/llamafactory/model/adapter.py", line 299, in init_adapter
model = _setup_lora_tuning(
^^^^^^^^^^^^^^^^^^^
File "/hom…
-
Thank you for your good work.
Thankfully, you even provided a pre-trained model.
Could you please let us know what settings each pre-trained model was trained with?
-
@aliaksandr960 @gabriel-fallen
Is it possible to use our pre-trained model sema model (mean instead of using the traditional sam model but use my pre-trained model)
-
Can you provide pretrained models for the eth3d and middlebury datasets? Both for rt and non-rt models.
-
-
Thank you for your nice work!
When reproducing your results, I find that the script needs to lead the pretrained weights, which is not released yet. I tried to train from scratch but find the resu…
-
For `SeamlessM4TForTextToSpeech` with checkpoint ` "facebook/hf-seamless-m4t-medium"`,
> model.generate(**model_inputs, tgt_lang="eng", generation_config=model.generation_config)
will fail with…
-
Hi! I was looking for my options to have a rough estimation of distributions of different protomers of some molecules and I found your great paper and repo. I wanted to try to test your model that was…