Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
phatvo
/
Meta-Llama3.1-8B-Instruct-RAFT
like
1
Text Generation
Transformers
Safetensors
phatvo/hotpotqa-raft-dev-100
llama
conversational
text-generation-inference
Inference Endpoints
License:
llama3.1
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
phatvo
commited on
Aug 5
Commit
bb8976d
•
1 Parent(s):
7d6e7dd
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+1
-0
README.md
CHANGED
Viewed
@@ -65,4 +65,5 @@ output = pipe(prompt,
65
do_sample=True)
66
67
print(output[0]["generated_text"])
68
```
65
do_sample=True)
66
67
print(output[0]["generated_text"])
68
+
# CoT Answer: thoughts... <ANSWER>: final_answer...
69
```