Mahmoud Amiri commited on
Commit
f56d332
·
1 Parent(s): 0cb05bc

update readme file

Browse files
Files changed (1) hide show
  1. README.md +3 -8
README.md CHANGED
@@ -10,15 +10,10 @@ pinned: false
10
  hf_oauth: true
11
  hf_oauth_scopes:
12
  - inference-api
13
- short_description: Abstractive TL;DR summarizer for chemistry research abstracts.
14
  ---
15
 
16
- Lit2Vec TL;DR is an abstractive summarization tool for chemistry research abstracts, built using Gradio and a fine-tuned DistilBART model. It generates concise, structured summaries capturing the **methods**, **results**, and **significance** of scientific papers.
17
-
18
- This app uses models hosted on the 🤗 [Hugging Face Hub](https://huggingface.co/Bocklitz-Lab/lit2vec-tldr-bart-model) and supports reproducible, legally compliant summarization data. Ideal for knowledge graph construction, semantic indexing, and literature triage in chemical sciences.
19
 
20
- - 🔬 Model: [`Bocklitz-Lab/lit2vec-tldr-bart-model`](https://huggingface.co/Bocklitz-Lab/lit2vec-tldr-bart-model)
21
- - 📁 Dataset: [`lit2vec-tldr-bart-dataset`](https://huggingface.co/datasets/Bocklitz-Lab/lit2vec-tldr-bart-dataset)
22
- - 💻 Code: [GitHub Repo](https://github.com/Bocklitz-Lab/lit2vec-tldr-bart)
23
 
24
- Paste any chemistry abstract to get a TL;DR-style structured summary with just one click.
 
10
  hf_oauth: true
11
  hf_oauth_scopes:
12
  - inference-api
13
+ short_description: TL;DR summarizer for chemistry research abstracts
14
  ---
15
 
 
 
 
16
 
17
+ Lit2Vec TL;DR is an abstractive summarization tool for chemistry research abstracts, built using Gradio and a fine-tuned DistilBART model. It generates concise, structured summaries capturing the **methods**, **results**, and **significance** of scientific papers.
18
+ 🔬 Model: [`Bocklitz-Lab/lit2vec-tldr-bart-model`](https://huggingface.co/Bocklitz-Lab/lit2vec-tldr-bart-model)
 
19