hakonmh commited on
Commit
3af5321
·
1 Parent(s): 9e8d845

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,11 +11,11 @@ widget:
11
  - text: unemployment hits record low as job opportunities soar
12
  ---
13
 
14
- `TopicDistil` is a model based on
15
  [`xtremedistil-l12-h384-uncased`](https://huggingface.co/microsoft/xtremedistil-l12-h384-uncased)
16
  fine-tuned for classifying the topic of news headlines on a dataset annotated by
17
  [Chat GPT 3.5](https://platform.openai.com/docs/models/gpt-3-5). It is built, together with
18
- [`SentimentDistil`](https://huggingface.co/hakonmh/sentiment-xdistil-uncased),
19
  as a tool for filtering out financial news headlines and classifying their sentiment.
20
  The code used to train both models and build the dataset are found [here](https://github.com/hakonmh/distilnews).
21
 
@@ -71,7 +71,7 @@ print(predicted_label)
71
  Economics
72
  ```
73
 
74
- Or, as a pipeline together with `SentimentDistil`:
75
 
76
  ```python
77
  from transformers import pipeline
 
11
  - text: unemployment hits record low as job opportunities soar
12
  ---
13
 
14
+ `Topic-xDistil` is a model based on
15
  [`xtremedistil-l12-h384-uncased`](https://huggingface.co/microsoft/xtremedistil-l12-h384-uncased)
16
  fine-tuned for classifying the topic of news headlines on a dataset annotated by
17
  [Chat GPT 3.5](https://platform.openai.com/docs/models/gpt-3-5). It is built, together with
18
+ [`Sentiment-xDistil`](https://huggingface.co/hakonmh/sentiment-xdistil-uncased),
19
  as a tool for filtering out financial news headlines and classifying their sentiment.
20
  The code used to train both models and build the dataset are found [here](https://github.com/hakonmh/distilnews).
21
 
 
71
  Economics
72
  ```
73
 
74
+ Or, as a pipeline together with `Sentiment-xDistil`:
75
 
76
  ```python
77
  from transformers import pipeline