Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 10b1ce8

Browse files
committed
ignore tflite files in assets
1 parent af462d3 commit 10b1ce8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

33
Convert Transformers models
44
imported from the [🤗 Transformers](https://github.com/huggingface/transformers) library
5-
and use them on Android. You can also check out our [swift-coreml-transformers](https://github.com/huggingface/swift-coreml-transformers)
6-
repo if you're looking for Transformers on iOS.
5+
and use them on Android. You can also check out our
6+
[swift-coreml-transformers](https://github.com/huggingface/swift-coreml-transformers) repo
7+
if you're looking for Transformers on iOS.
78

89
## DistilBERT for Question Answering
910

10-
The app contains a demo of the [DistilBERT](https://arxiv.org/abs/1910.01108) model (97% of BERT’s performance on GLUE) fine-tuned for Question answering on the SQuAD dataset. It provides 48 passages from the dataset for users to choose from.
11+
The app contains a demo of the [DistilBERT](https://arxiv.org/abs/1910.01108) model
12+
(97% of BERT’s performance on GLUE) fine-tuned for Question answering on the SQuAD dataset.
13+
It provides 48 passages from the dataset for users to choose from.
1114

1215
![demo gif](media/distilbert_qa.gif "Demo running offline on a Samsung Galaxy S8, speed 1.5x")
1316

app/src/main/assets/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.tflite

0 commit comments

Comments
 (0)