scribis commited on
Commit
6b8dcf5
1 Parent(s): 0f78f72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ tokenizer = AutoTokenizer.from_pretrained("scribis/Fantastica-7b-Instruct-0.2-It
61
 
62
  pipe = pipeline(task="text-generation", model=model, tokenizer=tokenizer, max_length=768, temperature=0.75, repetition_penalty=1.2, do_sample=True)
63
 
64
- prompt = "<s>[INST]@Scribis @Italiano. Raccontami la trama di un romanzo storico.[/INST]### Titolo: Il figlio dell\'imperatore. ### Introduzione: Il figlio dell\'imperatore (The Son of the Emperor) è un romanzo storico del 1915 scritto da Charles Giblin, ambientato nell\'Antica Roma. ### Trama."
65
  result = pipe(prompt)
66
  print(result)
67
 
 
61
 
62
  pipe = pipeline(task="text-generation", model=model, tokenizer=tokenizer, max_length=768, temperature=0.75, repetition_penalty=1.2, do_sample=True)
63
 
64
+ prompt = "<s>[INST]@Scribis @Italiano. Raccontami la trama di un romanzo storico.[/INST]### Titolo: Il figlio dell'imperatore. ### Introduzione: Il figlio dell'imperatore (The Son of the Emperor) è un romanzo storico del 1915 scritto da Charles Giblin, ambientato nell\'Antica Roma. ### Trama."
65
  result = pipe(prompt)
66
  print(result)
67