-
I'm trying to use the SKATER model, and continue to run into issues with the ValueError:
`Islands must be larger than the quorum. If not, drop the small islands and solve for clusters in the remainin…
-
## Summary
Integrating lightgbmmodeloptimizer package in lightgbm
## Motivation
It will reduce size of model & improve the inference time of the model.
## Description
It's a change bas…
-
Hi,
It would be great to have the option to integrate a local LLM, such as Llama 3.2, to help minimize costs associated with using translation and OC services. This feature could be highly beneficial…
-
The following test fails:
```java
@Test(groups = "1s", timeOut = 60000)
public void testScalarAndTaskBug1() {
int[] coeffs = new int[]{3, -2,-1,-2};
IntVar[] vars = new IntVar[4];
…
-
Hello, thanks for the code. I was wondering if it is possible to use your code for noise reduction, whilst using BERT to train the classifier.
-
Regarding the loss calculation part of the AR model, why isn't the mask being handled?
```
total_loss = F.cross_entropy(logits, targets, reduction=reduction)
```
Normally, shouldn't it be:
```
t…
-
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Desribe the bug
I am stuck with the bug: set nr_topics=96 (min_cluster_size=60, min_samples=30…
-
### 🐛 Describe the bug
I am training the `meta-llama/Llama-3.2-1B` model using **LLaMA-Factory** with the following YAML configuration:
```yaml
### model
model_name_or_path: meta-llama/Llama-3.2-1…
-
### System Info
transformers4.46.1
### Who can help?
@muellerzr
### Information
- [ ] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supported task in…
-