sbcBI commited on
Commit
2e9e3af
1 Parent(s): 248a34b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ This way, the model learns an inner representation of the English language that
33
  useful for downstream tasks: if you have a dataset of labeled sentences for instance, you can train a standard
34
  classifier using the features produced by the BERT model as inputs.
35
 
36
- ## Model description [xaqren/sentiment_analysis]
37
 
38
  This is a fine-tuned downstream version of the bert-base-uncased model for sentiment analysis, this model is not intended for
39
  further downstream fine-tuning for any other tasks. This model is trained on a classified dataset for text-classification.
33
  useful for downstream tasks: if you have a dataset of labeled sentences for instance, you can train a standard
34
  classifier using the features produced by the BERT model as inputs.
35
 
36
+ ## Model description [sbcBI/sentiment_analysis]
37
 
38
  This is a fine-tuned downstream version of the bert-base-uncased model for sentiment analysis, this model is not intended for
39
  further downstream fine-tuning for any other tasks. This model is trained on a classified dataset for text-classification.