LiYuan commited on
Commit
cca7782
1 Parent(s): 27eebda
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -14,12 +14,12 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # distilbert-base-uncased-finetuned-mnli-amazon-query-shopping
16
 
17
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an [Amazon shopping query dataset](https://www.aicrowd.com/challenges/esci-challenge-for-improving-product-search). The code for the fine-tuning process can be found
18
- [here](https://github.com/vanderbilt-data-science/sna). 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.8244
22
- - Accuracy: 0.6617
23
 
24
  ## Model description
25
 
 
14
 
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
22
+ - Accuracy: 0.8
23
 
24
  ## Model description
25