CAG9 / BERT-QA

Question Answering with a Fine-Tuned BERT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BERT-QA

Question Answering with a Fine-Tuned BERT

Results

The answer to: What are examples of economic actors?
is: (worker, capitalist/business owner, landlord).

Complete Text :
Neoclassical economics views inequalities in the distribution of income as arising from differences in value added by labor, capital and land. Within labor income distribution is due to differences in value added by different classifications of workers. In this perspective, wages and profits are determined by the marginal value added of each economic actor (worker, capitalist/business owner, landlord).Thus, in a market economy, inequality is a reflection of the productivity gap between highly-paid professions and lower-paid professions.

Author

License

MIT License

About

Create a question answering program using Fine-Tuned BERT and Tensorflow 2

Software tools

  • Python
  • Tensowrflow 2
  • sentencepiece
  • tf-models-official
  • tf-nightly
  • numpy as np
  • math
  • random
  • time
  • json
  • collections
  • os

About

Question Answering with a Fine-Tuned BERT

License:MIT License


Languages

Language:Jupyter Notebook 100.0%