Safetensors
English
qwen2
WangRin commited on
Commit
93cd2bb
·
verified ·
1 Parent(s): fd239ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -75,7 +75,7 @@ Below is an example demonstrating how to use **HEFT-Qwen** via Hugging Face’s
75
  from transformers import pipeline
76
 
77
  # Load the fine-tuned model from Hugging Face
78
- crypto_analysis_pipeline = pipeline("text-generation", model="your-huggingface-username/HEFT-Qwen")
79
 
80
  # Input: List of crypto tokens with contract addresses
81
  crypto_tokens = [
 
75
  from transformers import pipeline
76
 
77
  # Load the fine-tuned model from Hugging Face
78
+ crypto_analysis_pipeline = pipeline("text-generation", model="OpenC/HEFT-Qwen")
79
 
80
  # Input: List of crypto tokens with contract addresses
81
  crypto_tokens = [