Instructions to use vectara/hallucination_evaluation_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vectara/hallucination_evaluation_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="vectara/hallucination_evaluation_model", trust_remote_code=True)# Load model directly from transformers import AutoModelForSequenceClassification model = AutoModelForSequenceClassification.from_pretrained("vectara/hallucination_evaluation_model", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,10 @@ language: en
|
|
| 3 |
license: apache-2.0
|
| 4 |
base_model: google/flan-t5-base
|
| 5 |
pipline_tag: text-classficiation
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=5f53f560-5ba6-4e73-917b-c7049e9aea2c" />
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
base_model: google/flan-t5-base
|
| 5 |
pipline_tag: text-classficiation
|
| 6 |
+
|
| 7 |
+
extra_gated_fields:
|
| 8 |
+
Company: text
|
| 9 |
+
Country: country
|
| 10 |
---
|
| 11 |
|
| 12 |
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=5f53f560-5ba6-4e73-917b-c7049e9aea2c" />
|