Mia2024 commited on
Commit
f1041dd
·
verified ·
1 Parent(s): 9565526

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -17
README.md CHANGED
@@ -1,6 +1,12 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
@@ -13,25 +19,15 @@ tags: []
13
 
14
  ### Model Description
15
 
16
- <!-- Provide a longer summary of what this model is. -->
17
-
18
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
-
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
  ### Model Sources [optional]
29
 
30
- <!-- Provide the basic links for the model. -->
31
-
32
- - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
- - **Demo [optional]:** [More Information Needed]
35
 
36
  ## Uses
37
 
 
1
  ---
2
  library_name: transformers
3
+ license: mit
4
+ datasets:
5
+ - knkarthick/dialogsum
6
+ language:
7
+ - en
8
+ metrics:
9
+ - rouge
10
  ---
11
 
12
  # Model Card for Model ID
 
19
 
20
  ### Model Description
21
 
22
+ Final Project for 2024 Fall CS5100 Foundations of Artificial Intelligence at Roux Institute, Northeastern University.
23
+ * Developed by: Nan Chen
24
+ * Language(s) (NLP): Python, Transformers
25
+ * Finetuned from model: facebook/bart-large-cnn
 
 
 
 
 
 
 
26
 
27
  ### Model Sources [optional]
28
 
29
+ * Repository: Final folder in Github CS6120NLP
30
+ * Demo: Space link.
 
 
 
31
 
32
  ## Uses
33