Skip to content

Commit 77a2377

Browse files
committed
2 parents a88451d + 5de43af commit 77a2377

File tree

1 file changed

+4
-4
lines changed
  • hebert-sentiment-analysis-inference-docker-lambda

1 file changed

+4
-4
lines changed

hebert-sentiment-analysis-inference-docker-lambda/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## Serverless HeBERT Model Serving for sentiment analysis in Hebrew
1+
## Serverless HeBERT Model Serving for Sentiment Analysis in Hebrew
22

3-
This example illustrates how to serve HeBERT model on Lambda Function for sentiment analysis in Hebrew.
3+
This example illustrates how to serve HeBERT model on a Lambda Function for sentiment analysis in Hebrew.
44

55
### HeBERT: Pre-trained BERT for Polarity Analysis and Emotion Recognition
66

7-
HeBERT is a Hebrew pretrained language model. It is based on Google's BERT architecture and it is BERT-Base config
7+
HeBERT is a Hebrew pretrained language model. It is based on Google's BERT architecture and it is BERT-Based config.
88

99
Chriqui, A., & Yahav, I. (2021). HeBERT & HebEMO: a Hebrew BERT Model and a Tool for Polarity Analysis and Emotion Recognition. arXiv preprint arXiv:2102.01909.
1010
```
@@ -18,7 +18,7 @@ Chriqui, A., & Yahav, I. (2021). HeBERT & HebEMO: a Hebrew BERT Model and a Tool
1818

1919
[Link to GitHub repository](https://github.com/avichaychriqui/HeBERT)
2020

21-
This project contains source code and supporting files for a serverless application that you can deploy with the SAM CLI. It includes the following files and folders.
21+
This project contains source code and supporting files for a serverless application that you can deploy with the SAM CLI. It includes the following files and folders:
2222

2323
- app - Code for the application's Lambda function.
2424
- events - Invocation events that you can use to invoke the function.

0 commit comments

Comments
 (0)