Skip to content

Commit 761bd35

Browse files
committed
Update README.md
1 parent 4392e58 commit 761bd35

File tree

1 file changed

+2
-1
lines changed
  • hebert-sentiment-analysis-inference-docker-lambda

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This example illustrates how to serve HeBERT model on Lambda Function for sentim
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
8+
79
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.
810
```
911
@article{chriqui2021hebert,
@@ -17,7 +19,6 @@ Chriqui, A., & Yahav, I. (2021). HeBERT & HebEMO: a Hebrew BERT Model and a Tool
1719
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.
1820

1921
- app - Code for the application's Lambda function.
20-
- model - Code for downloading and saving resnet34 pre-trained model.
2122
- events - Invocation events that you can use to invoke the function.
2223
- template.yaml - A template that defines the application's AWS resources.
2324

0 commit comments

Comments
 (0)