asahi417 commited on
Commit
7cc6319
1 Parent(s): 0e4a4e4

commit files to HF hub

Browse files
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ widget:
4
+ - text: "Louis Loudlinson is back with 16 and 18 secs "
5
+ example_title: example 1
6
+ - text: "I’m tired of being sick.. it’s been four days dawg "
7
+ example_title: example 2
8
+ - text: "Here is your daily reminder that ADAM COLE IS ONE OF THE BEST WRESTLERS ON THE PLANET. Saw some unintelligent ghouls on here laugh at how he was NXT Champion, and now getting “kissed by the Bucks” Because he’d be better off on Monday or Friday, right? Patience. Seek it "
9
+ example_title: example 3
10
+ ---
11
+
12
+ # cardiffnlp/flan-t5-base-tweet-emoji
13
+
14
+ This is [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) fine-tuned on [cardiffnlp/super_tweeteval (tweet_emoji)](https://huggingface.co/datasets/cardiffnlp/super_tweeteval).
15
+
16
+ ### Usage
17
+
18
+ ```python
19
+ from transformers import pipeline
20
+
21
+ pipe = pipeline('text2text-generation', model="cardiffnlp/flan-t5-base-tweet-emoji")
22
+ output = pipe("Louis Loudlinson is back with 16 and 18 secs ")
23
+ ```
24
+
evaluation_metrics.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"eval_exact_match": 0}
hyperparameters.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"learning_rate": 8.536189862866844e-05, "num_train_epochs": 3, "per_device_train_batch_size": 128}
prediction_test.txt ADDED
The diff for this file is too large to render. See raw diff