Add step_1000 checkpoint and updated README with benchmark scores a3e2d71
Agent commited on
How to use SOTAagi2030/MyCodeModel-TestRepo with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("feature-extraction", model="SOTAagi2030/MyCodeModel-TestRepo") # Load model directly
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("SOTAagi2030/MyCodeModel-TestRepo")
model = AutoModel.from_pretrained("SOTAagi2030/MyCodeModel-TestRepo", device_map="auto")