com3dian commited on
Commit
b3e8ca7
1 Parent(s): 464ed38

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,17 +1,18 @@
1
  ---
2
  language:
3
- - en
4
  tags:
5
- - summarization
6
  license:
7
- - mit
 
8
  ---
9
  # Bart-Large Summarization Model
10
 
11
  ![Bart Logo](https://huggingface.co/front/assets/huggingface_logo.svg)
12
 
13
- This repository contains the **Bart-Large-paper2slides-summarizer Model**, which has been fine-tuned on the [Automatic Slide Generation from Scientific Papers dataset](https://www.kaggle.com/datasets/andrewmvd/automatic-slide-generation-from-scientific-papers) using unsupervised learning techniques.
14
- Its primary focus is to summarize **scientific texts** with precision and accuracy.
15
 
16
  ## Model Details
17
 
 
1
  ---
2
  language:
3
+ - en
4
  tags:
5
+ - summarization
6
  license:
7
+ - mit
8
+ pipeline_tag: summarization
9
  ---
10
  # Bart-Large Summarization Model
11
 
12
  ![Bart Logo](https://huggingface.co/front/assets/huggingface_logo.svg)
13
 
14
+ This repository contains the **Bart-Large-paper2slides-summarizer Model**, which has been fine-tuned on the [Automatic Slide Generation from Scientific Papers dataset](https://www.kaggle.com/datasets/andrewmvd/automatic-slide-generation-from-scientific-papers) using unsupervised learning techniques using an algorithm from the paper entitled 'unsupervised machine translation'.
15
+ Its primary focus is to summarize **scientific texts** with precision and accuracy, the model is parallelly trained with another model from the same contributor,
16
 
17
  ## Model Details
18