CoolFace
Modelpublic

jeremyccollinsmpi/autotrain-inference_probability_2-840226804

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes29downloads
Model Card

tags: autotrain language: en widget:

  • โ€”text: "I love AutoTrain ๐Ÿค—" datasets:
  • โ€”jeremyccollinsmpi/autotrain-data-inferenceprobability2 co2eqemissions: 0.02920886926438328 ---

Description

The input structure is:

summarize: [text]. hypothesis: [hypothesis] , and the output is 0 (hypothesis is not supported) or 1 (hypothesis is supported).

This tests whether a hypothesis is true given the preceding text. Currently the model is trained on banking chatbot intent data, such as:

summarize: How old do my kids need to be to use your service?. hypothesis: asking about an age limit

Output: 1

Model Trained Using AutoTrain

  • โ€”Problem type: Summarization
  • โ€”Model ID: 840226804
  • โ€”CO2 Emissions (in grams): 0.02920886926438328

Validation Metrics

  • โ€”Loss: 0.09617297351360321
  • โ€”Rouge1: 91.2874
  • โ€”Rouge2: 0.0
  • โ€”RougeL: 91.2874
  • โ€”RougeLsum: 91.4174
  • โ€”Gen Len: 2.4915

Usage

You can use cURL to access this model:

$ curl -X POST -H "Authorization: Bearer YOUR_HUGGINGFACE_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "I love AutoTrain"}' https://api-inference.huggingface.co/jeremyccollinsmpi/autotrain-inference_probability_2-840226804