Lin0He commited on
Commit
0038f7e
·
verified ·
1 Parent(s): c660939

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,11 +1,14 @@
1
  ---
2
- library_name: generic
3
  tags:
4
  - summary
5
  - text-generation-inference
6
  license: mit
7
  pipeline_tag: summarization
8
  ---
 
 
 
9
  ## Model Description
10
  This is the project for the course Multimedia System in Leiden University 2023 fall. The model is part of self-designed software for the final project that summarizes short texts.
11
  The original summarization model is from https://towardsdatascience.com/text-summarization-with-gpt2-and-layer-ai-599625085d8e .
 
1
  ---
2
+ library_name: adapter-transformers
3
  tags:
4
  - summary
5
  - text-generation-inference
6
  license: mit
7
  pipeline_tag: summarization
8
  ---
9
+
10
+ # ANNOUNCEMENT:
11
+ Hugging face has
12
  ## Model Description
13
  This is the project for the course Multimedia System in Leiden University 2023 fall. The model is part of self-designed software for the final project that summarizes short texts.
14
  The original summarization model is from https://towardsdatascience.com/text-summarization-with-gpt2-and-layer-ai-599625085d8e .