Skip to content

Commit

Permalink
Merge pull request tensorflow#215 from daisuke-t-jp:ios-bert_qa_updat…
Browse files Browse the repository at this point in the history
…e-project

PiperOrigin-RevId: 311516780
  • Loading branch information
copybara-github committed May 14, 2020
2 parents d5c50fe + 3865571 commit ec85e5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lite/examples/bert_qa/ios/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vocab.txt
contents_from_squad_dict_format.json
2 changes: 2 additions & 0 deletions lite/examples/bert_qa/ios/BertQA.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
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>"; };
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>"; };
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>"; };
7E5B19F92467606B003BC3C2 /* download_resources.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = download_resources.sh; sourceTree = "<group>"; };
8402440323D9BFDE00704ABD /* FullTokenizer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FullTokenizer.swift; sourceTree = "<group>"; };
8402440523D9C18600704ABD /* WordpieceTokenizer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WordpieceTokenizer.swift; sourceTree = "<group>"; };
8402440723D9C1FB00704ABD /* BasicTokenizer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BasicTokenizer.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -332,6 +333,7 @@
84B3C6A9240F74EA00BA6F5E /* RunScripts */ = {
isa = PBXGroup;
children = (
7E5B19F92467606B003BC3C2 /* download_resources.sh */,
);
path = RunScripts;
sourceTree = "<group>";
Expand Down

0 comments on commit ec85e5d

Please sign in to comment.