ashishsalunkhe / Aspect-based-Financial-Sentiment-Analysis

Aspect based sentiment analysis aims to detect an aspect (i.e. features) in a given text and then perform sentiment analysis of the text with respect to that aspect. This project aims to give a solution for the FiQA 2018 challenge subtask 1.
10 stars 3 forks source link

Where do I find the checkpoint/config? #3

Closed ShivanshuPurohit closed 1 year ago

ShivanshuPurohit commented 3 years ago

How do I get these files

##use downloaded model, change path accordingly
BERT_VOCAB= '/home/ashish/FiQA/uncased_L-12_H-768_A-12/vocab.txt'
BERT_INIT_CHKPNT = '/home/ashish/FiQA/uncased_L-12_H-768_A-12/bert_model.ckpt'
BERT_CONFIG = '/home/ashish/FiQA/uncased_L-12_H-768_A-12/bert_config.json'
ashishsalunkhe commented 2 years ago

You may find it in BERT's repository

jokercsi commented 2 years ago

Thanks

ashishsalunkhe commented 1 year ago

Closing this as issue is resolved