Quantifying the Carbon Emissions of Machine Learning
Paper • 1910.09700 • Published • 53
How to use huolongguo10/LLM_detect with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="huolongguo10/LLM_detect") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("huolongguo10/LLM_detect")
model = AutoModelForSequenceClassification.from_pretrained("huolongguo10/LLM_detect")This modelcard aims to detect text that was generated by LLMs.
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("huolongguo10/LLM_detect")
model = AutoModelForMaskedLM.from_pretrained("huolongguo10/LLM_detect")
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
Carbon emissions can be estimated using the Machine Learning Impact calculator presented in Lacoste et al. (2019).
bert
[More Information Needed]
P100
transformers
BibTeX:
[More Information Needed]
APA:
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]