HawkLM-demo
HawkLM-demo 🤗 | HawkLM-Chat-demo 🤗
Model Details
- Developed by: Rexopia
- Reach me: [email protected]
- Language(s): English
- License: Apache license 2.0
- Pretrained model: True
- Demo version: True
How to Get Started with the Model
Use the code below to get started with the model.
from transformers import AutoModelForCausalLM, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("Rexopia/HawkLM-demo", trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained("Rexopia/HawkLM-demo", device_map="auto", trust_remote_code=True)
Training Data
We sampled English-only corpus from Redpajama-1T datasets without any Arxiv and GitHub tags. As the demo version presented, we only trained 3.3Bil tokens.
Evaluation
[More Information Needed]
Citation
[More Information Needed]
Model Card Contact
[More Information Needed]
- Downloads last month
- 24
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The HF Inference API does not support model that require custom code execution.