--- language: en license: mit library_name: transformers tags: - text-classification - proposal-analysis - business - binary-classification - bert metrics: - accuracy - f1 - precision - recall - loss model-index: - name: ProposalClassifier results: - task: type: text-classification name: Text Classification dataset: name: Business Proposals type: custom metrics: - type: accuracy value: 0.92 - type: f1 value: 0.92 - type: precision value: 0.92 - type: recall value: 0.92 - type: loss value: 0.32 base_model: - google-bert/bert-base-uncased pipeline_tag: text-classification ---