Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
-
|
5 |
-
|
6 |
language:
|
7 |
-
|
8 |
metrics:
|
9 |
-
|
10 |
base_model:
|
11 |
-
|
12 |
new_version: AirrStorm/DistilBERT-SST2-Yelp
|
13 |
library_name: transformers
|
14 |
---
|
@@ -109,4 +109,4 @@ The model is fine-tuned on both datasets to improve its performance on a variety
|
|
109 |
|
110 |
## License
|
111 |
|
112 |
-
The model is shared under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
+
- stanfordnlp/sst2
|
5 |
+
- fancyzhx/yelp_polarity
|
6 |
language:
|
7 |
+
- en
|
8 |
metrics:
|
9 |
+
- accuracy
|
10 |
base_model:
|
11 |
+
- distilbert/distilbert-base-uncased
|
12 |
new_version: AirrStorm/DistilBERT-SST2-Yelp
|
13 |
library_name: transformers
|
14 |
---
|
|
|
109 |
|
110 |
## License
|
111 |
|
112 |
+
The model is shared under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
|