Update README.md
Browse files
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="
|
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 = [
|