Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,8 @@ co2_eq_emissions:
|
|
30 |
## Usage
|
31 |
|
32 |
|
33 |
-
Staying up-to-date in the CyberSecurity domain is a nightmare, as there are over a thousand security-related updates per day. It is essential for us to focus on relevant content despite the surrounding noise. I have trained a model based on Facebook BARD to efficiently summarise security news. The model has been trained on security-related issues and can summarise cyber security news effectively. Use cURL to access this model. The dataset utilised by the model is private, and I may take time to make it accessible to the public.
|
|
|
34 |
|
35 |
```
|
36 |
$ curl -X POST -H "Authorization: Bearer YOUR_HUGGINGFACE_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "Security News or Article here"}' https://api-inference.huggingface.co/venkycs/autotrain-urlshortsbard-85203142751
|
|
|
30 |
## Usage
|
31 |
|
32 |
|
33 |
+
Staying up-to-date in the CyberSecurity domain is a nightmare, as there are over a thousand security-related updates per day. It is essential for us to focus on relevant content despite the surrounding noise. I have trained a model based on Facebook BARD to efficiently summarise security news. The model has been trained on security-related issues and can summarise cyber security news effectively. Use cURL to access this model. The dataset utilised by the model is private, and I may take time to make it accessible to the public.
|
34 |
+
Please contact me at https://www.linkedin.com/in/venkycs/ if you need further details on model or dataset. :
|
35 |
|
36 |
```
|
37 |
$ curl -X POST -H "Authorization: Bearer YOUR_HUGGINGFACE_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "Security News or Article here"}' https://api-inference.huggingface.co/venkycs/autotrain-urlshortsbard-85203142751
|