sumitranjan commited on
Commit
78eaeca
1 Parent(s): 849d4a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -6,15 +6,14 @@ widget:
6
  - text: "Company went through great loss due to lawsuit in Q1"
7
  ---
8
 
 
 
 
9
 
10
  ## What is RoBERTa
11
 
12
  RoBERTa builds on BERT’s language masking strategy and modifies key hyperparameters in BERT, including removing BERT’s next-sentence pretraining objective, and training with much larger mini-batches and learning rates. RoBERTa was also trained on an order of magnitude more data than BERT, for a longer amount of time. This allows RoBERTa representations to generalize even better to downstream tasks compared to BERT.
13
 
14
- ## What is Roberta-Earning-Call-Transcript-Classification?
15
-
16
- Roberta-Earning-Call-Transcript-Classification is a Multi-Label Classification Model trained with Annotated earning call transcript data. This model could be very helpful in finding Negative, Positive, Litigious, Constraining and Uncertain thing in the sentence. This could be really helpful in analyzing Profit warning of a company.
17
-
18
  ## What is Earning Call Transcript?
19
 
20
  An earnings call is a teleconference, or webcast, in which a public company discusses the financial results of a reporting period. The name comes from earnings per share, the bottom line number in the income statement divided by the number of shares outstanding.
 
6
  - text: "Company went through great loss due to lawsuit in Q1"
7
  ---
8
 
9
+ ## What is Roberta-Earning-Call-Transcript-Classification Model?
10
+
11
+ Roberta-Earning-Call-Transcript-Classification is a Multi-Label Classification Model trained with Annotated earning call transcript data. Roberta-base model was fine-tuned to train on earning call transcript data. This model could be very helpful in finding Negative, Positive, Litigious, Constraining and Uncertain thing in the sentence. This could be really helpful in analyzing Profit warning of a company.
12
 
13
  ## What is RoBERTa
14
 
15
  RoBERTa builds on BERT’s language masking strategy and modifies key hyperparameters in BERT, including removing BERT’s next-sentence pretraining objective, and training with much larger mini-batches and learning rates. RoBERTa was also trained on an order of magnitude more data than BERT, for a longer amount of time. This allows RoBERTa representations to generalize even better to downstream tasks compared to BERT.
16
 
 
 
 
 
17
  ## What is Earning Call Transcript?
18
 
19
  An earnings call is a teleconference, or webcast, in which a public company discusses the financial results of a reporting period. The name comes from earnings per share, the bottom line number in the income statement divided by the number of shares outstanding.