datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
reddit_falcon_summariesFalconChatAnomalies
FalconChatAnomalies
tags: NaturalLanguageProcessing, AnomalyDetection, ChatbotConversations
Note: This is an AI-generated dataset so its content may be inaccurate or false
Dataset Description:
The 'FalconChatAnomalies' dataset contains transcribed chatbot conversations that include references or misuse of the term "American falcon" in various contexts. The dataset is intended for training machine learning models in natural language processing (NLP) to detect anomalies in chatbot… See the full description on the dataset page: https://huggingface.co/datasets/infinite-dataset-hub/FalconChatAnomalies.Falcon-TST_challenging_cases
Falcon-TST Forecasting Experiment
Model
Model used in this experiment:Falcon-TST Large
Full Code
The full experiment code can be found here:https://colab.research.google.com/drive/193rraeQxrkGQIgh_Ab4Sp4939Pa0oEAu?usp=sharing
Loading the Model
Example snippet used to load the model in Google Colab:
import torch
from transformers import AutoModel
model = AutoModel.from_pretrained(
"ant-intl/Falcon-TST_Large",
trust_remote_code=True
)… See the full description on the dataset page: https://huggingface.co/datasets/TugaYousif/Falcon-TST_challenging_cases.
