Serega6678 commited on
Commit
9f429a4
1 Parent(s): 2bc6280

Added a link to the blog post

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -14,8 +14,9 @@ datasets:
14
 
15
  ## Model
16
 
17
- Base version of [e5-v2](https://huggingface.co/intfloat/e5-base-v2) finetunned on an annotated subset of [C4](https://huggingface.co/datasets/Numind/C4_sentiment-analysis). This model provide generic embedding for sentiment analysis. Embeddings can be used out of the box or fine tune on specific datasets.
18
 
 
19
 
20
  ## Usage
21
 
 
14
 
15
  ## Model
16
 
17
+ The base version of [e5-v2](https://huggingface.co/intfloat/e5-base-v2) finetunned on an annotated subset of [C4](https://huggingface.co/datasets/Numind/C4_sentiment-analysis). This model provides generic embedding for sentiment analysis. Embeddings can be used out of the box or fine-tuned on specific datasets.
18
 
19
+ Blog post: https://www.numind.ai/blog/creating-task-specific-foundation-models-with-gpt-4
20
 
21
  ## Usage
22