asiansoul commited on
Commit
8905658
β€’
1 Parent(s): 8d8e209

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -416,7 +416,7 @@ Hardware Overview:
416
 
417
  ```
418
 
419
- ### 🎊 Test Result1
420
 
421
  **SmartLlama-3-Ko-8B-256k-PoSE Summary Ability**
422
 
@@ -436,7 +436,7 @@ Long sentences seemed to summarize well, but I observed that answers came in Eng
436
 
437
  [![Jay Park Wikipedia Summary](https://i.ibb.co/nmkpbCt/Screenshot-2024-05-02-at-1-33-30-PM.png)](https://ibb.co/g9gY3Vh)
438
 
439
- ### 🎊 Test Result2
440
 
441
  **SmartLlama-3-Ko-8B-256k-PoSE Summary Ability**
442
 
@@ -447,18 +447,32 @@ Conversely, if you request a response in English and the response is in Korean,
447
 
448
  If you don't get a clear answer, try running it several times.
449
 
450
- ## Summary of Britney Spears on Wikipedia
 
 
 
 
 
 
451
 
452
  [![Britney Spears Singer Wikipedia Summary](https://i.ibb.co/2600HbV/Screenshot-2024-05-02-at-11-52-58-AM.png)](https://ibb.co/7zxxL9M)
453
 
454
  ## Summary of Steve Jobs Text File
455
 
456
- [![Steve Jobs Text File Summary](https://i.ibb.co/10tRCrj/Screenshot-2024-05-02-at-11-54-50-AM.png)](https://ibb.co/9pkyxbS)
 
 
 
 
 
 
457
 
458
  ## Summary of Jay Park on Wikipedia
459
 
460
  ```
461
- python final2.py https://en.wikipedia.org/wiki/Jay_Park ko # if you want english summary, en
 
 
462
  ```
463
 
464
  [![Jay Park Wikipedia Summary](https://i.ibb.co/Ssk4tdY/Screenshot-2024-05-02-at-8-54-19-PM.png)](https://ibb.co/j6CPyW0)
 
416
 
417
  ```
418
 
419
+ ### 🎊 Test Result1 (Normal)
420
 
421
  **SmartLlama-3-Ko-8B-256k-PoSE Summary Ability**
422
 
 
436
 
437
  [![Jay Park Wikipedia Summary](https://i.ibb.co/nmkpbCt/Screenshot-2024-05-02-at-1-33-30-PM.png)](https://ibb.co/g9gY3Vh)
438
 
439
+ ### 🎊 Test Result2 (Target Language Summary Return)
440
 
441
  **SmartLlama-3-Ko-8B-256k-PoSE Summary Ability**
442
 
 
447
 
448
  If you don't get a clear answer, try running it several times.
449
 
450
+ ## Summary of economy pdf
451
+
452
+ ```
453
+ python final2.py economy.pdf ko
454
+
455
+ # if you want english summary, en
456
+ ```
457
 
458
  [![Britney Spears Singer Wikipedia Summary](https://i.ibb.co/2600HbV/Screenshot-2024-05-02-at-11-52-58-AM.png)](https://ibb.co/7zxxL9M)
459
 
460
  ## Summary of Steve Jobs Text File
461
 
462
+ ```
463
+ python final2.py steve.txt ko
464
+
465
+ # if you want english summary, en
466
+ ```
467
+
468
+ [![Steve Jobs Text File Summary](https://i.ibb.co/1nmqWxk/Screenshot-2024-05-02-at-8-57-20-PM.png)](https://ibb.co/PY6hH8d)
469
 
470
  ## Summary of Jay Park on Wikipedia
471
 
472
  ```
473
+ python final2.py https://en.wikipedia.org/wiki/Jay_Park ko
474
+
475
+ # if you want english summary, en
476
  ```
477
 
478
  [![Jay Park Wikipedia Summary](https://i.ibb.co/Ssk4tdY/Screenshot-2024-05-02-at-8-54-19-PM.png)](https://ibb.co/j6CPyW0)