-
File "/root/ld/ld_project/pull_request/MiniCPM-V/web_demo_2.6.py", line 44, in
model = AutoModel.from_pretrained(model_path, trust_remote_code=True)
File "/root/ld/conda/envs/minicpm/lib/py…
-
**My Input:**
```
from deepparse.parser import AddressParser
address_parser = AddressParser(model_type="bpemb")
```
**The output:**
```
RuntimeError: Error(s) in loading state_dict for …
-
![image](https://user-images.githubusercontent.com/43788478/58641568-5a96b200-82f3-11e9-872c-ae2172e0de6c.png)
OK - I have got the plots that I sort of wanted!
Basically for this version - I have …
-
It will be nice to add linear mixed models support.
Currently by using `olsrr` with `lmer` I am getting errors:
#### Code
```
library(lme4)
library(olsrr)
fm1 ols_plot_resid_qq(fm1)
Hmmm.. L…
-
https://tedlsx.github.io/2019/08/05/linear-model/
-
from sklearn.model_selection import train_text_split
X_train, X_test, y_train, y_test = train_test_split(X, y, test_size = 0.2)
--
from sklearn,linear_model import LinearRegressin
lin_model = Li…
-
LlamaParallelizer today doesn't support a model modified by Peft/lora API. Please, add support for TP parallelizer to handle llama2 peft/lora models for faster fine-tuning jobs.
This can start with…
-
### 🚀 The feature
Currently `torchvision.models.get_model()` doesn't allow you to build a model architecture with a different number of classes and keep existing pre-trained weights backbone for cert…
-
Hi! I started to look into the compatibility issues that `sckit-learn` 1.6 brings.
Specifically the 34 test failures regarding imports from the now refactored `sklearn.linear_model._sgd_fast`m mod…
-
### Your current environment
The output of `python collect_env.py`
```text
PyTorch version: 2.4.0+cu121
OS: Ubuntu 22.04.3 LTS (x86_64)
Python version: 3.10.12 (main, Nov 20 2023, 15:14:05…