-
可以问一下微调模型我们支持的ms-swift版本是多少吗?遇到了这个error。这是ms-swift的问题还是transformers的问题呢?
raise ValueError(f"model_type: '{self.model_type}' is not registered. " + error_msg)
ValueError: model_type: 'got-ocr2'…
-
After https://github.com/ml-explore/mlx-swift-examples/commit/ab94ffc2f31a70ead3c7007afaf97a225ed3ec90, I'm getting a crash the second time I try to generate text with my app, which uses mlx-libraries…
-
```
def get_mm(img, inst, processor):
messages = [
{
"role": "user",
"content": [
{
"type": "image",
…
-
Does it support ONNX conversion for example through skl2onnx if it has scikit-learn compatibility?
-
I have the following code in my application:
```swift
struct HomeView: View {
// other variables omitted for brevity
// Profile is a struct which implements Codable and Identifiable
@…
-
请问是否有molmo系列最佳实践文档?
-
**Description**
Please consider adding Core ML model package format support to utilize Apple Silicone Nural Engine + GPU.
**Additional Context**
List of Core ML package format models
https…
-
Dear @adithya-s-k ,
Thanks for the great repo.
Do you have any plans to share a fine-tuning script on customized datasets?
-
Currently, TC's text capabilities are limited to using logistic regression on top of BOW encoded text.
While this is suitable for some cases, many use cases require more sophisticated/modern NLP me…
-
感谢贵团队的贡献!
我原本是使用llama-factory做训练的,最近想转到swift,我拿同样的模型和一批训练集,分别在两个框架下测试(lr、bs等超参保持一致),发现跟llama-factory相比,swift的loss和梯度都很高,这是因为计算方式的不同吗?这是否合理呢?
llama-factory:
![image](https://github.com/user-attachme…