-
- Downloads
Project 'jrwallace/swiftnlp' was moved to 'jrwallace/curio'. Please update any links and bookmarks that may still have the old path.
Merge branch 'compile_cmd_line_generic_model_broken' into 'main'
Add interface for using generic CoreML LLMs See merge request jrwallace/swiftnlp!15
No related branches found
No related tags found
Checking pipeline status
Showing
- .gitlab-ci.yml 18 additions, 7 deletions.gitlab-ci.yml
- Package.resolved 64 additions, 1 deletionPackage.resolved
- Package.swift 23 additions, 12 deletionsPackage.swift
- Sources/SwiftNLP/2. Encoding/CoreMLEncoder.swift 86 additions, 56 deletionsSources/SwiftNLP/2. Encoding/CoreMLEncoder.swift
- Sources/SwiftNLP/2. Encoding/GenericModel.swift 12 additions, 0 deletionsSources/SwiftNLP/2. Encoding/GenericModel.swift
- Sources/SwiftNLP/2. Encoding/Tokenizers/BertTokenizer.swift 3 additions, 2 deletionsSources/SwiftNLP/2. Encoding/Tokenizers/BertTokenizer.swift
- Sources/SwiftNLP/Resources/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel 11270 additions, 0 deletions...oat32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel
- Sources/SwiftNLP/Resources/float32_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin 0 additions, 0 deletions..._model.mlpackage/Data/com.apple.CoreML/weights/weight.bin
- Sources/SwiftNLP/Resources/float32_model.mlpackage/Manifest.json 18 additions, 0 deletions.../SwiftNLP/Resources/float32_model.mlpackage/Manifest.json
- Sources/SwiftNLPGenericLLMMacros/Macros.swift 173 additions, 0 deletionsSources/SwiftNLPGenericLLMMacros/Macros.swift
- Sources/SwiftNLPGenericLLMMacros/Main.swift 12 additions, 0 deletionsSources/SwiftNLPGenericLLMMacros/Main.swift
- Sources/SwiftNLPGenericLLMMacros/ModelClasses.swift 27 additions, 0 deletionsSources/SwiftNLPGenericLLMMacros/ModelClasses.swift
- Sources/SwiftNLPGenericLLMMacros/all-MiniLM-L6-v2.swift 306 additions, 0 deletionsSources/SwiftNLPGenericLLMMacros/all-MiniLM-L6-v2.swift
- Sources/SwiftNLPGenericLLMMacros/float32_model.swift 316 additions, 0 deletionsSources/SwiftNLPGenericLLMMacros/float32_model.swift
- Tests/SwiftNLPTests/1. Data Collection/HNSW/DurableHNSWCorpusTests.swift 229 additions, 229 deletions...ests/1. Data Collection/HNSW/DurableHNSWCorpusTests.swift
- Tests/SwiftNLPTests/AllMiniLM_sampleTest.swift 75 additions, 68 deletionsTests/SwiftNLPTests/AllMiniLM_sampleTest.swift
- adding_new_model.md 33 additions, 0 deletionsadding_new_model.md
Loading
Please register or sign in to comment