Description
- Swift Tools 5.0.0
Description
{
"name": "NCA",
"path": "/usr/src/package",
"targets": [
{
"name": "NCATests",
"path": "/usr/src/package/Tests/NCATests",
"type": "test",
"c99name": "NCATests",
"sources": [
"Tasks/SQuADTests.swift",
"XCTestManifests.swift"
],
"module_type": "SwiftTarget"
},
{
"name": "NCA",
"path": "/usr/src/package/Sources/NCA",
"type": "library",
"c99name": "NCA",
"sources": [
"Architecture.swift",
"Contextualization.swift",
"Evaluation.swift",
"Layers/ALBERT.swift",
"Layers/ALBERT/SentencePieceModel.pb.swift",
"Layers/Attention.swift",
"Layers/BERT.swift",
"Layers/Dropout.swift",
"Layers/Embeddings.swift",
"Layers/Initializers.swift",
"Layers/Linear.swift",
"Layers/Normalization.swift",
"Layers/Transformer.swift",
"Modalities/Text.swift",
"Tasks/CoLA.swift",
"Tasks/MNLI.swift",
"Tasks/MRPC.swift",
"Tasks/QNLI.swift",
"Tasks/QQP.swift",
"Tasks/RTE.swift",
"Tasks/SNLI.swift",
"Tasks/SQuAD.swift",
"Tasks/SST.swift",
"Tasks/STS.swift",
"Tasks/Task.swift",
"Tasks/WNLI.swift",
"Utilities/Data.swift",
"Utilities/General.swift",
"Utilities/Operators.swift",
"Utilities/Optimizers.swift",
"Utilities/Protocols.swift",
"Utilities/ScheduledParameters.swift"
],
"module_type": "SwiftTarget"
},
{
"name": "Experiments",
"path": "/usr/src/package/Sources/Experiments",
"type": "executable",
"c99name": "Experiments",
"sources": [
"main.swift"
],
"module_type": "SwiftTarget"
}
]
}
Package Dump
{
"name": "NCA",
"targets": [
{
"name": "NCA",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Logging",
null
]
},
{
"byName": [
"Progress",
null
]
},
{
"byName": [
"SwiftProtobuf",
null
]
}
]
},
{
"name": "Experiments",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"NCA",
null
]
}
]
},
{
"name": "NCATests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"NCA",
null
]
}
]
}
],
"products": [
{
"name": "NCA",
"type": {
"library": [
"automatic"
]
},
"targets": [
"NCA"
]
},
{
"name": "Experiments",
"type": {
"executable": null
},
"targets": [
"Experiments"
]
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "10.13",
"platformName": "macos"
}
],
"providers": null,
"dependencies": [
{
"url": "https://github.com/apple/swift-log.git",
"name": "swift-log",
"requirement": {
"range": [
{
"lowerBound": "1.0.0",
"upperBound": "2.0.0"
}
]
}
},
{
"url": "https://github.com/apple/swift-package-manager.git",
"name": "swift-package-manager",
"requirement": {
"range": [
{
"lowerBound": "0.4.0",
"upperBound": "1.0.0"
}
]
}
},
{
"url": "https://github.com/jkandzi/Progress.swift.git",
"name": "Progress.swift",
"requirement": {
"range": [
{
"lowerBound": "0.4.0",
"upperBound": "1.0.0"
}
]
}
},
{
"url": "https://github.com/apple/swift-protobuf.git",
"name": "swift-protobuf",
"requirement": {
"range": [
{
"lowerBound": "1.6.0",
"upperBound": "2.0.0"
}
]
}
}
],
"toolsVersion": {
"_version": "5.0.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
Dependencies
- swift-log1.1.1
- SwiftPM0.5.0
- Progress0.4.0
- SwiftProtobuf1.7.0
Dependencies
{
"url": "/usr/src/package",
"name": "NCA",
"path": "/usr/src/package",
"version": "unspecified",
"dependencies": [
{
"url": "https://github.com/apple/swift-log.git",
"name": "swift-log",
"path": "/usr/src/package/.build/checkouts/swift-log",
"version": "1.1.1",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-package-manager.git",
"name": "SwiftPM",
"path": "/usr/src/package/.build/checkouts/swift-package-manager",
"version": "0.5.0",
"dependencies": [
{
"url": "https://github.com/apple/swift-llbuild.git",
"name": "llbuild",
"path": "/usr/src/package/.build/checkouts/swift-llbuild",
"version": "0.2.0",
"dependencies": []
}
]
},
{
"url": "https://github.com/jkandzi/Progress.swift.git",
"name": "Progress",
"path": "/usr/src/package/.build/checkouts/Progress.swift",
"version": "0.4.0",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-protobuf.git",
"name": "SwiftProtobuf",
"path": "/usr/src/package/.build/checkouts/swift-protobuf",
"version": "1.7.0",
"dependencies": []
}
]
}