Update
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# distilbert-base-uncased-finetuned-mnli-amazon-query-shopping
|
16 |
|
17 |
This model is a fine-tuned version of [nlptown/bert-base-multilingual-uncased-sentiment](https://huggingface.co/nlptown/bert-base-multilingual-uncased-sentiment?text=I+like+you.+I+love+you) on an [Amazon US Customer Reviews Dataset](https://www.kaggle.com/datasets/cynthiarempel/amazon-us-customer-reviews-dataset). The code for the fine-tuning process can be found
|
18 |
-
[here](https://github.com/vanderbilt-data-science/bigdata). This model is uncased: it does
|
19 |
not make a difference between english and English.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.5202942490577698
|
|
|
15 |
# distilbert-base-uncased-finetuned-mnli-amazon-query-shopping
|
16 |
|
17 |
This model is a fine-tuned version of [nlptown/bert-base-multilingual-uncased-sentiment](https://huggingface.co/nlptown/bert-base-multilingual-uncased-sentiment?text=I+like+you.+I+love+you) on an [Amazon US Customer Reviews Dataset](https://www.kaggle.com/datasets/cynthiarempel/amazon-us-customer-reviews-dataset). The code for the fine-tuning process can be found
|
18 |
+
[here](https://github.com/vanderbilt-data-science/bigdata/blob/main/06-fine-tune-BERT-on-our-dataset.ipynb). This model is uncased: it does
|
19 |
not make a difference between english and English.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.5202942490577698
|