mayapapaya commited on
Commit
6be7cb3
1 Parent(s): e237f47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -8
README.md CHANGED
@@ -1,8 +1,16 @@
1
- ---
2
- license: cc
3
- datasets:
4
- - 51la5/keyword-extraction
5
- language:
6
- - en
7
- pipeline_tag: text-classification
8
- ---
 
 
 
 
 
 
 
 
 
1
+ # Model Card for Model ID
2
+
3
+ This model is meant to extract keywords from text.
4
+
5
+ - **Model type:** text-classification
6
+ - **Language(s) (NLP):** English
7
+ - **License:** cc
8
+ - **Finetuned from model [optional]:** [More Information Needed]
9
+
10
+ ## Training Details
11
+
12
+ This model is a fine-tuned version of the [distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english) model.
13
+
14
+ ### Training Data
15
+
16
+ Trained on [51la5/keyword-extraction](https://huggingface.co/datasets/51la5/keyword-extraction) from HuggingFace Hub.