Skip to content

Commit ec85e5d

Browse files
Merge pull request tensorflow#215 from daisuke-t-jp:ios-bert_qa_update-project
PiperOrigin-RevId: 311516780
2 parents d5c50fe + 3865571 commit ec85e5d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
vocab.txt
2+
contents_from_squad_dict_format.json

lite/examples/bert_qa/ios/BertQA.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
67EE9FD8BFDA0BBBC2A8C538 /* Pods-BertQA-UIKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BertQA-UIKit.release.xcconfig"; path = "Target Support Files/Pods-BertQA-UIKit/Pods-BertQA-UIKit.release.xcconfig"; sourceTree = "<group>"; };
8989
6D06722FADA8CA7F3CCC3492 /* Pods-BertQA-SwiftUI.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BertQA-SwiftUI.release.xcconfig"; path = "Target Support Files/Pods-BertQA-SwiftUI/Pods-BertQA-SwiftUI.release.xcconfig"; sourceTree = "<group>"; };
9090
7595E796644E0735F1BD68A4 /* Pods-BertQA-SwiftUI.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BertQA-SwiftUI.debug.xcconfig"; path = "Target Support Files/Pods-BertQA-SwiftUI/Pods-BertQA-SwiftUI.debug.xcconfig"; sourceTree = "<group>"; };
91+
7E5B19F92467606B003BC3C2 /* download_resources.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = download_resources.sh; sourceTree = "<group>"; };
9192
8402440323D9BFDE00704ABD /* FullTokenizer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FullTokenizer.swift; sourceTree = "<group>"; };
9293
8402440523D9C18600704ABD /* WordpieceTokenizer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WordpieceTokenizer.swift; sourceTree = "<group>"; };
9394
8402440723D9C1FB00704ABD /* BasicTokenizer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BasicTokenizer.swift; sourceTree = "<group>"; };
@@ -332,6 +333,7 @@
332333
84B3C6A9240F74EA00BA6F5E /* RunScripts */ = {
333334
isa = PBXGroup;
334335
children = (
336+
7E5B19F92467606B003BC3C2 /* download_resources.sh */,
335337
);
336338
path = RunScripts;
337339
sourceTree = "<group>";

0 commit comments

Comments
 (0)