Julien Chaumond commited on
Commit
7c19104
·
1 Parent(s): cc0b62b

Link to blog post

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,5 +1,7 @@
1
  # torchMoji
2
 
 
 
3
  TorchMoji is a [pyTorch](http://pytorch.org/) implementation of the [DeepMoji](https://github.com/bfelbo/DeepMoji) model developped by Bjarke Felbo, Alan Mislove, Anders Søgaard, Iyad Rahwan and Sune Lehmann.
4
 
5
  This model trained on 1.2 billion tweets with emojis to understand how language is used to express emotions. Through transfer learning the model can obtain state-of-the-art performance on many emotion-related text modeling tasks.
@@ -26,7 +28,7 @@ First you need to install [pyTorch (version 0.2+)](http://pytorch.org/), current
26
  ```bash
27
  conda install pytorch -c soumith
28
  ```
29
- At the present stage the model can't make efficient use of CUDA. See details in the HuggingFace blog post.
30
 
31
  When pyTorch is installed, run the following in the root directory to install the remaining dependencies:
32
 
 
1
  # torchMoji
2
 
3
+ > **Read our blog post about the implementation process [here](https://medium.com/huggingface/understanding-emotions-from-keras-to-pytorch-3ccb61d5a983).**
4
+
5
  TorchMoji is a [pyTorch](http://pytorch.org/) implementation of the [DeepMoji](https://github.com/bfelbo/DeepMoji) model developped by Bjarke Felbo, Alan Mislove, Anders Søgaard, Iyad Rahwan and Sune Lehmann.
6
 
7
  This model trained on 1.2 billion tweets with emojis to understand how language is used to express emotions. Through transfer learning the model can obtain state-of-the-art performance on many emotion-related text modeling tasks.
 
28
  ```bash
29
  conda install pytorch -c soumith
30
  ```
31
+ At the present stage the model can't make efficient use of CUDA. See details in the [Hugging Face blog post](https://medium.com/huggingface/understanding-emotions-from-keras-to-pytorch-3ccb61d5a983).
32
 
33
  When pyTorch is installed, run the following in the root directory to install the remaining dependencies:
34