EdenSw commited on
Commit
a06167a
·
1 Parent(s): 4b59fbc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -6
README.md CHANGED
@@ -10,9 +10,29 @@ This model card aims to be a base template for new models. It has been generated
10
 
11
  ## Model Details
12
 
13
- ### Model Description
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
- <!-- Provide a longer summary of what this model is. -->
16
  ## Model Details
17
 
18
  - Name: Vid2Sum
@@ -25,10 +45,10 @@ This model card aims to be a base template for new models. It has been generated
25
 
26
 
27
 
28
- - **Developed by:** [More Information Needed]
29
  - **Shared by [optional]:** [More Information Needed]
30
- - **Model type:** [More Information Needed]
31
- - **Language(s) (NLP):** [More Information Needed]
32
  - **License:** [More Information Needed]
33
  - **Finetuned from model [optional]:** [More Information Needed]
34
 
@@ -36,7 +56,7 @@ This model card aims to be a base template for new models. It has been generated
36
 
37
  <!-- Provide the basic links for the model. -->
38
 
39
- - **Repository:** [More Information Needed]
40
  - **Paper [optional]:** [More Information Needed]
41
  - **Demo [optional]:** [More Information Needed]
42
 
 
10
 
11
  ## Model Details
12
 
13
+ ## Model Description
14
+
15
+ This model is designed to convert videos into textual summaries. It utilizes a combination of models from different libraries to perform the video-to-text conversion.
16
+
17
+ ### Libraries and Models Used
18
+
19
+ - Library 1: OpenAI
20
+ - Model Name: whisper-large-v2
21
+ - Model URL: [OpenAI Whisper Large v2](https://api-inference.huggingface.co/models/openai/whisper-large-v2)
22
+
23
+ - Library 2: Facebook
24
+ - Model Name: bart-large-cnn
25
+ - Model URL: [Facebook BART Large CNN](https://api-inference.huggingface.co/models/facebook/bart-large-cnn)
26
+
27
+ Please note that this model is built using a combination of state-of-the-art models from different libraries, and it offers enhanced performance for video summarization tasks.
28
+
29
+ ### Usage
30
+
31
+ To use the API endpoint for this model, you can make a POST request to the following URL:
32
+
33
+
34
+
35
 
 
36
  ## Model Details
37
 
38
  - Name: Vid2Sum
 
45
 
46
 
47
 
48
+ - **Developed by:** Eden
49
  - **Shared by [optional]:** [More Information Needed]
50
+ - **Model type:** Video-to-Text Conversion
51
+ - **Language(s) (NLP):** English
52
  - **License:** [More Information Needed]
53
  - **Finetuned from model [optional]:** [More Information Needed]
54
 
 
56
 
57
  <!-- Provide the basic links for the model. -->
58
 
59
+ - **Repository:** https://huggingface.co/EdenSw/Vid2Sum/tree/main
60
  - **Paper [optional]:** [More Information Needed]
61
  - **Demo [optional]:** [More Information Needed]
62