LeonardPuettmann commited on
Commit
e5323f0
1 Parent(s): 658cb4f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -40,7 +40,7 @@ base_model = AutoModelForCausalLM.from_pretrained(
40
 
41
  tokenizer = AutoTokenizer.from_pretrained(base_model_id, add_bos_token=True, trust_remote_code=True)
42
 
43
- ft_model = PeftModel.from_pretrained(base_model, "finetuned_model_35000")
44
 
45
  row_json = [
46
  {"role": "system", "content": "Your job is to return translations for sentences or words from either Italian to English or English to Italian."},
@@ -55,7 +55,7 @@ with torch.no_grad():
55
  ```
56
 
57
  ## Data used
58
- The source for the data were sentence pairs from tatoeba.com. The data can be downloaded from here: https://tatoeba.org/de/downloads
59
 
60
  ## Credits
61
 
 
40
 
41
  tokenizer = AutoTokenizer.from_pretrained(base_model_id, add_bos_token=True, trust_remote_code=True)
42
 
43
+ ft_model = PeftModel.from_pretrained(base_model, "LeonardPuettmann/LlaMaestro-3.2-1B-Instruct-v0.1-4bit")
44
 
45
  row_json = [
46
  {"role": "system", "content": "Your job is to return translations for sentences or words from either Italian to English or English to Italian."},
 
55
  ```
56
 
57
  ## Data used
58
+ The source for the data were sentence pairs from tatoeba.com. The data can be downloaded from here: https://tatoeba.org/downloads
59
 
60
  ## Credits
61