The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 21 new columns ({'replies', 'post_favs', 'comment_parent_id', 'comment_likes', 'post_dislikes', 'post_likes', 'Unnamed: 0', 'creator_subs', 'url', 'post_keyword', 'creator_likes', 'is_retweet', 'creator_id', 'post_shares', 'comment_id', 'is_quote', 'quotes', 'retweets', 'post_views', 'bookmarks', 'post_comments'}) and 2 missing columns ({'rel', 'post_rel'}).
This happened while the csv dataset builder was generating data using
hf://datasets/honeray/ai-music-comments-1.5M/raw_data.csv (at revision bfebd1fed044ab2cf7d6e7ed1e27e4913f74a019), [/tmp/hf-datasets-cache/medium/datasets/69500336423758-config-parquet-and-info-honeray-ai-music-comments-5c763d02/hub/datasets--honeray--ai-music-comments-1.5M/snapshots/bfebd1fed044ab2cf7d6e7ed1e27e4913f74a019/final_data.csv (origin=hf://datasets/honeray/ai-music-comments-1.5M@bfebd1fed044ab2cf7d6e7ed1e27e4913f74a019/final_data.csv), /tmp/hf-datasets-cache/medium/datasets/69500336423758-config-parquet-and-info-honeray-ai-music-comments-5c763d02/hub/datasets--honeray--ai-music-comments-1.5M/snapshots/bfebd1fed044ab2cf7d6e7ed1e27e4913f74a019/raw_data.csv (origin=hf://datasets/honeray/ai-music-comments-1.5M@bfebd1fed044ab2cf7d6e7ed1e27e4913f74a019/raw_data.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
Unnamed: 0: int64
post_title: string
post_views: int64
post_likes: int64
creator_id: string
creator_subs: double
post_comments: double
comment: string
comment_likes: int64
platform: string
url: double
comment_id: double
retweets: double
replies: double
quotes: double
bookmarks: double
is_retweet: double
is_quote: double
comment_parent_id: double
post_desc: double
post_dislikes: double
post_favs: double
post_shares: double
post_keyword: double
creator_likes: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 3264
to
{'comment': Value('string'), 'post_title': Value('string'), 'post_desc': Value('string'), 'platform': Value('string'), 'rel': Value('float64'), 'post_rel': Value('float64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1348, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 21 new columns ({'replies', 'post_favs', 'comment_parent_id', 'comment_likes', 'post_dislikes', 'post_likes', 'Unnamed: 0', 'creator_subs', 'url', 'post_keyword', 'creator_likes', 'is_retweet', 'creator_id', 'post_shares', 'comment_id', 'is_quote', 'quotes', 'retweets', 'post_views', 'bookmarks', 'post_comments'}) and 2 missing columns ({'rel', 'post_rel'}).
This happened while the csv dataset builder was generating data using
hf://datasets/honeray/ai-music-comments-1.5M/raw_data.csv (at revision bfebd1fed044ab2cf7d6e7ed1e27e4913f74a019), [/tmp/hf-datasets-cache/medium/datasets/69500336423758-config-parquet-and-info-honeray-ai-music-comments-5c763d02/hub/datasets--honeray--ai-music-comments-1.5M/snapshots/bfebd1fed044ab2cf7d6e7ed1e27e4913f74a019/final_data.csv (origin=hf://datasets/honeray/ai-music-comments-1.5M@bfebd1fed044ab2cf7d6e7ed1e27e4913f74a019/final_data.csv), /tmp/hf-datasets-cache/medium/datasets/69500336423758-config-parquet-and-info-honeray-ai-music-comments-5c763d02/hub/datasets--honeray--ai-music-comments-1.5M/snapshots/bfebd1fed044ab2cf7d6e7ed1e27e4913f74a019/raw_data.csv (origin=hf://datasets/honeray/ai-music-comments-1.5M@bfebd1fed044ab2cf7d6e7ed1e27e4913f74a019/raw_data.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
comment string | post_title string | post_desc string | platform string | rel float64 | post_rel float64 |
|---|---|---|---|---|---|
Man, I like a lot of your ideas, but I completely disagree with your AI apologetics. These are the same lines AI music influencers share on behalf of their corporate sponsors. We’re not talking about AI giving people enhanced education tactics to grow their skills at rapid pace, this is “Skip the skills, just get the f... |
AI Music: It's Not the End of the World
| null | youtube | 1 | 0.946556 |
今天这一期真是巧了,支持这些真人大Vocal打败ai[星星眼] | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 1 | 0.93281 |
Apple Music introduces AI transparency tags to disclose when AI was used in artwork, tracks, compositions and music videos. https://t.co/7XB5ISzjB8 | null | null | twitter | 1 | 1 |
#音乐缘计划2首波阵容官宣#打歌+音缘一起来啦🥊⭕️#音乐缘计划# | null | null | weibo | 1 | 1 |
This looks like a mugshot. Is he in jail for this? So companies can do it, but not individuals? | This man, Michael Smith, used AI to create a fake music band and used bots to inflate streaming numbers. He earned more than $10 million in royalties. | null | reddit | 1 | 1 |
0:58 "Everybody makes money by helping people" not even close. Tons of people, some of them very rich, make money by exploiting people. Like, for example, AI techbros and their customers exploiting the work of existing musicians. Sound relevant? |
AI Music: It's Not the End of the World
| null | youtube | 0.995872 | 0.946556 |
搞IT的我只能说四个字:时间问题 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.994356 | 0.93281 |
The difference is that with programmed instruments, sampling, editing, etc. is that it is still meticulously crafted by humans who put their heart and soul into it. When i tune a vocal I put every note exactly where it should be. With sample libraries so many people work to make it sound great. Players, audio engineers... |
AI Music: It's Not the End of the World
| null | youtube | 0.993353 | 0.946556 |
The issue isn’t using Ai, it’s pretending that it’s just another tool. Multitracking, editing, or effects don’t write music. AI does. It generates melodies, chords, riffs, lyrics, and entire song sections that did not come from the human using it. If an artist writes a song and uses Ai to help develop or produce it, th... |
AI Music: It's Not the End of the World
| null | youtube | 0.988096 | 0.946556 |
“Where the spirit does not work with the hand, there is no art.” ~Leonard da Vinci |
AI Music: It's Not the End of the World
| null | youtube | 0.986485 | 0.946556 |
这对于音乐人来说的确是灭顶之灾。现在这个时代,很少有人愿意专门花时间听音乐不干别的,大多数人只是把音乐当成背景或者调适心情的手段。比如我星期五下班去逛街,我可能真的会让AI播放一个小时它生成的funk。长时间使用下来,AI搞不好比我自己都了解什么样的音乐可以如何影响我的心情……换句话说,我如果想自己找个真人的作品,效果反而可能没有AI直接生成的效果好。 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.986444 | 0.93281 |
@ 6:09 - You took his minor point and skipped over his major point, which is, there should be a bifurcation: AI music should have separate labeling and distribution from human created music. It's a valid and critical distinction. |
AI Music: It's Not the End of the World
| null | youtube | 0.985929 | 0.946556 |
Some good points made. One of my main concerns with SUNO is that it seems to be stealing and copying artist songs and performances without their permission. Wouldn’t you consider that unethical? I’ve heard people give SUNO prompts to write something and it spits out things that sound almost identical to certain artists... |
AI Music: It's Not the End of the World
| null | youtube | 0.985361 | 0.946556 |
I'm hoping more polished AI songs end up making rough, crappy mixed music gain a cult following. Then I can finally shine |
AI Music: It's Not the End of the World
| null | youtube | 0.983591 | 0.946556 |
节目最后大家说ai理解不了人类的情感,所以替代不了人类,但是怎么说呢,很多人类都没有那么“幽微”的情感,就在很多人眼里跳楼机和恋曲1990海上花是一样的,都是爱情歌曲罢了[思考]而且“这种感情的产物”一定是“高级”的、“比一般感情的产物更值得分析关注”的吗,也很难说,音乐的本质也只是频率的叠加……也许ai学了一百年之后乐理大成了,会创造出人类以前都没感受过的音乐,让人类觉得自己是榆木脑袋石头心 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.980946 | 0.93281 |
但是前提是可以辨认... | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.977541 | 0.93281 |
Your argument rests on the premise that the ends justifies the means (it sounds good/makes people happy; therefore it is good). As a Christian, I invite you to explore that concept and apply it equally to other things you believe and see if there aren't logical inconsistencies with it. Does the end justify the means? |
AI Music: It's Not the End of the World
| null | youtube | 0.976791 | 0.946556 |
唱歌不是运动会,光比发声质量哪个人类都比不了AI,但是ai的细节和动态拿什么和袁娅维的比 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.975022 | 0.93281 |
funk,neo soul,rnb这些歌的数据库太多了,他根本不需要创造之需要sample就能搞出一个不错的东西了。秦凡淇的歌还是比较indie,数据库少,相对就质量差了。 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.97321 | 0.93281 |
I understand the points that you are trying make... but... as a musician, songwriter, producer, who has been involved in the sync-licensing industry for the past 8 years. I have been able to make a very decent income through the hard work and massive amount of time, that this industry insists on... Heres some TRUTH fro... |
AI Music: It's Not the End of the World
| null | youtube | 0.972704 | 0.946556 |
If you use ai to make art then you are not actually making art. Art is make by humans not Ai. |
AI Music: It's Not the End of the World
| null | youtube | 0.969952 | 0.946556 |
Bro and then he ends the video by saying "AI is okay except for when it's impersonating me" wow I have definitely had enough youtube for tonight |
AI Music: It's Not the End of the World
| null | youtube | 0.969952 | 0.946556 |
You’re really focused on debunking this “lie” aspect, and you bring up multi-tracking, samples, DJ’s, keyboards, amp packs, pitch correction… Everything you just listed comes at an investment cost to you, in both financial and educational ways. Your ride-share driver could know none of those words and have invested non... |
AI Music: It's Not the End of the World
| null | youtube | 0.968976 | 0.946556 |
Spotify create Ai music and promote it over real artists so they take more money than artists do, Ai will be used for bad things in the end. |
AI Music: It's Not the End of the World
| null | youtube | 0.967966 | 0.946556 |
ai很厉害,很好听,但是我不会单曲循环去品这首歌,因为我听歌同时也在听歌背后制作团队的灵魂 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.967536 | 0.93281 |
Joe, you said you make your living by giving people lessons (for something 99% of them won't make money from). Just because you don't make money from singing or playing, does that mean you should have no empathy from those who do? The most important thing I do is songwriting and AI can't come up with my instrumental tr... |
AI Music: It's Not the End of the World
| null | youtube | 0.964713 | 0.946556 |
The Source of the art is the point. Cheap replicas are cheap excuses to steal other people's hard work. |
AI Music: It's Not the End of the World
| null | youtube | 0.964713 | 0.946556 |
Sorry you’re wrong. He didn’t write shit. Have you used Suno? I’m sure you have. it. Writes the melody for you and by the way, he’s deceiving people I guarantee you he doesn’t mind to deceive you in every possible way, it’s disgusting. And it’s an obvious logical fallacy, I’m sure you don’t agree with the ends justify ... |
AI Music: It's Not the End of the World
| null | youtube | 0.964713 | 0.946556 |
现在的音乐人需要独一无二的卖点,拓宽边界比保有风格更有意义,只能说给音乐人上压力了 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.96453 | 0.93281 |
I gotta say, there are some excellent opposing arguments in this comment section. Make a part two video if you haven’t already, addressing some of the top arguments. |
AI Music: It's Not the End of the World
| null | youtube | 0.963544 | 0.946556 |
EZ Drummer is REAL drummers playing all the beats, fills in the plugin, all recorded in a pro studio and then packaged into a great plugin. I'm PAYING for those drummers experience and playing skill and a consistent set of drum kits, drum room sounds, and mixing console within the app that allows me to have an arguably... |
AI Music: It's Not the End of the World
| null | youtube | 0.962328 | 0.946556 |
天哪看节目被matt和秦凡淇圈粉了,以前都有耳闻过,知道他俩都是业界比较出名的音乐人,但是对歌没那么感兴趣[笑哭],反而是和ai对比起来发现了可贵之处哈哈,有种草到[打call]希望多推一些类似的音乐人 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.96117 | 0.93281 |
This perspective may appear permissive in light of long-term industry experience. I’ve spent 35 years in the music industry and witnessed every major technological shift in music production. Human involvement has undeniably been reduced in both quality and quantity — yet until now, human creativity and talent have rema... |
AI Music: It's Not the End of the World
| null | youtube | 0.96106 | 0.946556 |
There's a difference between using plugins and having to actually create melodies and produce and then mix, and just prompting an AI with a couple of sentences and having the AI make everything for you. |
AI Music: It's Not the End of the World
| null | youtube | 0.95835 | 0.946556 |
感官工业时代来了,新一次的工业革命 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.958164 | 0.93281 |
我觉得动态完全打败了ai | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.958164 | 0.93281 |
等了一年终于来了🐺AI动漫MV《狼人》一年前有了做一支动漫MV的想法,我们也找到了国外知名的动漫团队来打造这支MV,MV需要以暗黑童话为主题,融合古堡、狼人、公主等元素,男女主角用舞蹈的形式穿插出一段情节浪漫的爱情故事;不仅要完成画面的主题,还要融合音乐的表达,画师耗时很久精心手绘所有画面,但片中高难度的舞蹈动作需要细腻的呈现、人物面容需要精致且前后一致,在这个过程中动漫团队无法完成动态画面的精准一致,但大家都没有放弃并在寻求突破,解决困难打磨升级画面,我们也一再推迟MV的发布时间,只为追求一个完美成熟的作品。在这个过程中大家有了一个大胆突破的想法,尝试打破传统制作的局限,尝试运用AI技术,由AI技术完成动态场景的生成与补全,这部... | null | null | weibo | 0.95719 | 0.95719 |
I’m not really with you on this one. Call me crazy, but I think music is still art, which has an intrinsic value that comes from the process and the creation, not just the final product. |
AI Music: It's Not the End of the World
| null | youtube | 0.956897 | 0.946556 |
Brother…you’re comparing using “samples” that YOU paid for and the musicians and engineers who made them and PLAYED the instruments on them GOT PAID for doing it. The comparison is not the same, AI is literally stealing without payment to those artists and their catalogs it’s taking from. I’m not sure if you actually f... |
AI Music: It's Not the End of the World
| null | youtube | 0.956897 | 0.946556 |
AI should be in their own space, not on top 40 chats with real artist |
AI Music: It's Not the End of the World
| null | youtube | 0.955369 | 0.946556 |
ai会生成很标准、教科书级的东西,让人赞叹它做得如此精妙完美,但我个人觉得…人们如果一直在听的是过于标准过于范本级的歌的时候…内在审美可能会觉得这些东西越来越刻板…然后麻木..(当然这都只是设想)音乐人们如果想要在与ai的较量间被观众选择的话,果然还是要更“鬼才”一些吧[doge] | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.954803 | 0.93281 |
我觉得matt一个点触碰到了核心,当ai可以完成几乎所有事情,唯一不能取代的只有人本身,我们的任务就变成了彰显人的独特性和主体地位 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.953898 | 0.93281 |
我感觉有可能是秦凡淇风格更加小众,ai的数据库训练不够。明显ai做rnb,hiphop,复古这种数据库庞大的音乐要厉害很多 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.952962 | 0.93281 |
这个观感上,我比较倾向于刘慈欣说的,越是现代性强的东西,包括三位创作者所创作的现代音乐,就越容易被机器所复制,因为相较于古典音乐和传统流行乐,现代流行乐去旋律、去内核的倾向很明显,或许我是外行,但我也只是一个三十来年的普通歌迷,我能听出来几位自己原创的音乐比起AI的机器感要更精致和自然,或者用诸位的话来说,机器做出来的东西确实有一种“土”的感觉,但也只是相较而言,实际上我还是没有从诸位的原创作品中听到什么“抓耳”的东西,或许这些音乐构建了大家的想法,但对于商业属性而言比起AI的作品也只是10分和0分的差距,和主流音乐需求相距比较远,或许作为某些bgm我会选择,但作为独立地去欣赏的音乐,对不起我没有看出各位能够给出的比较明显的情绪流,... | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.950994 | 0.93281 |
I hate ai, I won’t use any ai tools and use ai removal software to get rid of it from my computer. |
AI Music: It's Not the End of the World
| null | youtube | 0.95025 | 0.946556 |
Video Joe. But I have a question, how do you know that those 500,000 streams are not botted and not faked by AI algorithms? This is happening more and more lately. |
AI Music: It's Not the End of the World
| null | youtube | 0.95025 | 0.946556 |
Joe posed the question of if your relationship with a work of art (The Two Towers in his case) changes based on whether you learn, after the fact, that the art was created by AI. For me, the answer is unequivocally YES. Let's say I hear a song and the lyrics are all about surviving something (cancer, divorce, whatever)... |
AI Music: It's Not the End of the World
| null | youtube | 0.95025 | 0.946556 |
That's the whole point - "what it someone connects to the song". For some people like me knowing that it's the algorithm singing is an instant disconnect |
AI Music: It's Not the End of the World
| null | youtube | 0.95025 | 0.946556 |
I’m not worried about AI. I make music, I release it, no one listens to it. I’m assuming it will be situation normal for me |
AI Music: It's Not the End of the World
| null | youtube | 0.948327 | 0.946556 |
. AI tech-bros making audible slop aren't musicians. The slop they generate can never be considered to be music. |
AI Music: It's Not the End of the World
| null | youtube | 0.948327 | 0.946556 |
When it comes to that person using your name without your consent, I think that’s one thing that scares me the most but it’s also the reason I’ll be registering every release |
AI Music: It's Not the End of the World
| null | youtube | 0.948327 | 0.946556 |
先叠甲,没有想拉踩的想法。 但是两位创作人的想法好像完全相反,一位是坚守自己的护城河,另一位是开放态度,理解并欣赏并且希望借此探索更多可能。ai音乐技术其实面世也才近两年,但是已经能够到达从业者且较高的水准,在这个技术力日新月异的时代很难去估量未来ai音乐能到达怎么样的高度。 anyway我个人觉得这是个好事儿,最起码现阶段ai音乐也有巨大意义,可以筛选掉一大批有创作技术但没有创作理念的低水平创作者,他们要么转变要么淘汰;另一方面给低技术力但是创作理念独到的创作者降低创作的门槛,希望未来音乐有更多精彩且能成为经典的作品吧。 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.94776 | 0.93281 |
回复 @萧暨 :算力足够以后,只要穷举就行了 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.946596 | 0.93281 |
"Using things that aren't yours to use" is part of the issue with AI models. The model is working from all the 'real' music it has been trained on. If it has been trained on songs released by Joe Gilder, shouldn't Joe get some credit? I also think there should be some form of disclosure for music that is 100% AI-genera... |
AI Music: It's Not the End of the World
| null | youtube | 0.946272 | 0.946556 |
说反了,独立音乐人直接没出路了[笑哭]大众化艺人没一个是全靠歌卖唱片的,个人艺术形象塑造>歌,怎么可能被取代 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.945381 | 0.93281 |
bad take, unsubbed x |
AI Music: It's Not the End of the World
| null | youtube | 0.944064 | 0.946556 |
10:19 ok this was the most tone deaf thing I ever heard. “Maybe the people using Ai are just better than you” is absolutely bonkers. I tried hearing you out Joe but, that was enough for to know you’re a fraud just like the rest of them. Mans is really saying using Ai like this makes someone “better” at Music. You’re ac... |
AI Music: It's Not the End of the World
| null | youtube | 0.944064 | 0.946556 |
"Pop music is so generic and formulaic that AI can make more of it" sounds funnier | Record Labels Say AI Music Generators Threaten Music Industry | null | reddit | 0.943102 | 0.943102 |
Wow Joe, I'm a big fan of your tutorials but on this topic, you're definitely on the wrong side of history! Creativity and imagination should never, never be delegated to AI. You say: "He wrote this song", but, how do you know that? Anyone that is using AI to produce an entire song surely is able to use AI to write his... |
AI Music: It's Not the End of the World
| null | youtube | 0.94168 | 0.946556 |
As a Christian, who are you to justify stealing? THOU SHALT NOT STEAL is a COMMANDMENT, not a choice. |
AI Music: It's Not the End of the World
| null | youtube | 0.94168 | 0.946556 |
Joe just delete this video homie. This is not the hill to die on. You’re gonna lose subscribers (me included) defending Ai. Only frauds use it. I’ve yet to see someone actually talented use it in a non-fraud way. |
AI Music: It's Not the End of the World
| null | youtube | 0.94168 | 0.946556 |
Pretty poor take on this one. The reason why is pretty obvious and already mentioned by many in the comments. Disappointing coming from someone I’ve respected for a decade. If this video came out on April 1st I’d get it. But he’s being serious |
AI Music: It's Not the End of the World
| null | youtube | 0.94168 | 0.946556 |
作为一个在读计算机硕士,我觉得秦说的对,现在的AI在音乐上还是只能通过RLHF训练也就是human feedback reinforce learning,因为音乐是没有客观评价标准的,以后的AI很容易做出迎合大众口味的东西,这也是资本最在乎的东西,被金钱异化的音乐人和AI做的事情没有区别。而只要AI不能真正理解爱,不能真正的有属于自己的思考,它就永远做不出来真正有灵气的东西。 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.941394 | 0.93281 |
04本人原来这么瘦。。 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.941394 | 0.93281 |
让ai多听听就会了,所谓的写不出来只是数据集还不够多而已[吃瓜] | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.93993 | 0.93281 |
That low rating for the animated Mulan is probably the most controversial thing I see. What was your complaint? | I didn't grow up with Disney films so I watched 72 of them to catch myself up | I didn't grow up with Disney animated films and it left a big cultural gap in my knowledge so I dedicated a few months to sitting down and watching my way through Disney's core history of films. For whatever it might be worth, I'm a black South African man who's in his | reddit | 0.939133 | 0.939133 |
The book example only works if you already knew it was ai and it still had that affect on you. We don’t just interact with art in a void. The assumption of a human creator is paramount to trusting it. |
AI Music: It's Not the End of the World
| null | youtube | 0.939088 | 0.946556 |
I really expect much more from you. You completely understood this the wrong way. But don't worry. We will wait for the next 10years, and hear you take on this same case by then. |
AI Music: It's Not the End of the World
| null | youtube | 0.939088 | 0.946556 |
So, I see your point. However, it’s the fact that the AI generator sites like Suno, that the person used, is not ethical in the generation of their AI tracks. They have been caught using other people’s music to train their algorithms to generate better music. There is also a racial aspect of how they are advertising th... |
AI Music: It's Not the End of the World
| null | youtube | 0.939088 | 0.946556 |
Does God need a fake vocal from a machine? I think Joe is too willing to sell out on this. I thought it was about God. But it’s obviously about the streams and popularity. What are you seeking? Maybe the scarcity is in Joe needing to follow the herd to remain valid. Lots of angles on this. But AI has no place in my per... |
AI Music: It's Not the End of the World
| null | youtube | 0.939088 | 0.946556 |
AI虽然不能撼动已经成名的歌手和创作人,但是对还在学音乐的学生和刚出道的新人打击很大呀,听下来感觉AI可能会击败80%的音乐系学生和新人[笑哭] | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.938388 | 0.93281 |
编曲上我觉得大差不差,但是tia有加了自己风格的东西进去了。不过演唱上我还是喜欢tia的版本,比较有人味,主要是tia的演唱风格太明显了 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.936757 | 0.93281 |
预制菜我都不一定吃得出来,我还会在乎AI?[滑稽][滑稽][滑稽] | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.936757 | 0.93281 |
回复 @莂發歪䒽 :这歌本来就是人唱的。。。真人写的真人唱的,只是有人用娟的声音ai cover了一版,火了,娟因为大家喜欢所以才出正式版的。因为她说艺人也是entertainer,让大家开心也是她的一个责任 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.936757 | 0.93281 |
My take is that after the novelty of AI is gone, people will demand authenticity. People will eschew those that are pretenders. |
AI Music: It's Not the End of the World
| null | youtube | 0.936249 | 0.946556 |
im 7 minutes in and im already pissed by how you justify that song and AI use. bro SUNO's foundation is a scam, the regurgitated recordings we heard are from masters that were used to train SUNO without consent. if your car gets stole to help disabled people doesnt change the fact that it was stolen. your words should ... |
AI Music: It's Not the End of the World
| null | youtube | 0.936249 | 0.946556 |
AI music and video needs to be labeled as such. Joe, if your favorite restaurant serves you a great tasting burger every day, would you be okay finding out it was not real beef at all? Should it have been labeled as such on the menu? The guy in the video is AI Milli Vanilli... LOL |
AI Music: It's Not the End of the World
| null | youtube | 0.936249 | 0.946556 |
Respectfully, I find this to be a myopic view of AI and music. To equate AI songcraft to technological improvments such as multitracking or MIDI misses the point entirely. In a few years you will have customized AI-generated music delivered to you based on how your daily digital footprint informs the algorithm. Fun. |
AI Music: It's Not the End of the World
| null | youtube | 0.936249 | 0.946556 |
I would put it like this: You can do what you want and sell it as what you want. But if you didn't write a song, and sell it as if you did you are a charlatan, and if you actually think to yourself that you made a song you are a fool. |
AI Music: It's Not the End of the World
| null | youtube | 0.936249 | 0.946556 |
I'm really afraid to touch the AI concerning music composure, because once I use it, everyone starts to think all of my music is AI. |
AI Music: It's Not the End of the World
| null | youtube | 0.936249 | 0.946556 |
"Necessity is the mother of invention". When the need to create goes away, so does the inventiveness. What will we be left with? |
AI Music: It's Not the End of the World
| null | youtube | 0.936249 | 0.946556 |
So youre gonna be usong AI. Got it. |
AI Music: It's Not the End of the World
| null | youtube | 0.936249 | 0.946556 |
Hey Joe, I've watched a ton of your videos, generally like your style and have used a lot of your tips in the creation of my own music. And I agree that using AI-based tools to help human creators create is generally OK. However, I (like many others who posted here) have a problem with this aspect of the issue: compani... |
AI Music: It's Not the End of the World
| null | youtube | 0.936249 | 0.946556 |
我觉得没打过 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.935027 | 0.93281 |
「全世界都会()爱音乐的人。」世界会怎样看待一个爱音乐的人?留白处,也许是风、是电、是未说出口的诗.....没有答案,即意味着无限可能。这道填空题,等你一起作答!12月20日,合肥让音乐成为一切的答案。#于适适诗演唱会#这世界有人用音乐编织故事,有人用耳朵捕捉旋律,有人用心灵感受律动,也有人用思想丈量音乐的深度…我们都爱音乐,如同热爱生活本身。音乐的世界包罗万象,类型众多,总有一款能触动你的心弦。而我,选择用歌声为你讲述故事,关于你、我、他,关于天地万物,关于昨天、今天与明天。不管什么类型的音乐创作者,真情实感的表达和创作才是连接听众的重要支点如今在ai数字洪流中,“真”才是音乐存续的护城河,那种创作者的温度与灵魂是无法取代的 | null | null | weibo | 0.934376 | 0.934376 |
AI最主要是还是没法ip化吧 ai确实好听但是当歌手是一个ai人物时候还是没办法让人对歌产生更多情感也没办法对歌手产生信赖并且期待以后的作品。而且你知道这个歌手是随时可以取代的这个歌曲也是从很多地方缝进来的之后就不会对他产生情感了 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.933186 | 0.93281 |
As i have said its the era of the singer-songprompter |
AI Music: It's Not the End of the World
| null | youtube | 0.93311 | 0.946556 |
Regardless of the effect AI songs that copy you may have on your personal career, the fact that AI wastes vast amounts on natural resources in order to operate should bother you and everyone else.Although it may have ethical uses in medical research, etc. frivolous use of such a wasteful technology should not be made a... |
AI Music: It's Not the End of the World
| null | youtube | 0.93311 | 0.946556 |
Ai is awesome. I don't need your channel anymore, I don't need any channel to help me learn guitar, I don't need any company that makes music gear. I don't need to waste time & money hiring musicians... I don't need to sit through ads while trying to learn how to do something. lol |
AI Music: It's Not the End of the World
| null | youtube | 0.93311 | 0.946556 |
Your argument actually implies there's no need for your channel to exist. If the end justifies the means, what's the point of what you do here? |
AI Music: It's Not the End of the World
| null | youtube | 0.93311 | 0.946556 |
Ok, but AI doesn’t create content de novo like a real creator. It imitates the creative process. It steals little bits and pieces of ideas from thousands of people, and then it combines that collective in a “new” form that refuses to acknowledge where those ideas came from. It’s not creation, it’s micro-plagerism. |
AI Music: It's Not the End of the World
| null | youtube | 0.93311 | 0.946556 |
The musicians who have put in the 20 years are the ones who have had their efforts ripped off (or "scraped" in the language of AI) to create someone else´s song. Oh, and the song created is sung and played by uncredited and unrewarded musicians. AI learns from successful material and then uses it to produce similar son... |
AI Music: It's Not the End of the World
| null | youtube | 0.93311 | 0.946556 |
Every time christians say they got some ridiculous financial gain by the Grace of God, I recoil. Yes, God blesses us but dont be mistaken about wordly success, not all gifts are from God. |
AI Music: It's Not the End of the World
| null | youtube | 0.93311 | 0.946556 |
Totally disagree |
AI Music: It's Not the End of the World
| null | youtube | 0.93311 | 0.946556 |
这个还挺有意思的#张云雷新歌囡囡#L小辫儿张云雷的微博视频 | null | null | weibo | 0.931374 | 0.931374 |
但是如果我作为一个音乐的消费者我并不需要了解你为什么要创作这个音乐,我只会感受它给我带来的感受,不是吗?所以那个所谓的人和人之前独特链接是不存在的,那个只是音乐人自己的想法罢了。但是正如吕彦良所说演唱会人和人之前的链接这个是没法取代的,所以我想不被能取代的也只有这个了 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.931217 | 0.93281 |
ai目前还写不出羽毛剑这种歌 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.931217 | 0.93281 |
质量不是最惊人的。惊人的是产量。这样水准的音乐,30分钟就是一个音乐人一生都无法企及的创作量。 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.931217 | 0.93281 |
ai也要会用的人才能发挥它的潜力,自从suno浪潮起来以后,我在B站算是听了蛮多ai音乐的,但能进我关注名单的ai音乐人其实并不多。 这一点和真实音乐人的处境其实还蛮像的,有了工具也还是要去学习和试错,只不过ai降低了门槛而已,可能以前学乐理和演奏有非常高的时间成本,现在ai可以帮你跳过很多。 但是真到了出作品的时候,写给ai的prompt还是需要作者对音乐的sense和feel,需要对乐理的了解,需要对段落和和声的辨析,这样才能从ai给出的无数样本里去拣选好的符合创作的部分。 | AI能打败音乐人吗?!|木一会客厅 | AI音乐人已经进化成这样了?会对音乐界有多少影响?
最近我周围好多音乐人朋友都说,AI创作已经到了一个“无法无天”的地步,觉得它会是一个行业巨变,甚至可能会让很多音乐人丢掉饭碗。
那么,它究竟有多厉害?于是我们安排了这期节目,直接让音乐人和AI正面对决。
我们邀请到了
19岁就提名金曲奖新人的——吕彦良
业内权威人士评选出的刘欢音乐基金获得者——秦凡淇
我的好朋友、最近痴迷AI音乐创作工具SUNO的音乐自媒体——04
同时还邀请到@刘恋 、@秋陌_Cheyenne 、@泰瑞特里友情担任盲听评审
让我们一起看看,AI到底有多强!我们应该怎么面对它? | bilibili | 0.931217 | 0.93281 |
Had no idea how ignorant this guy is. Unsubscribed. |
AI Music: It's Not the End of the World
| null | youtube | 0.929601 | 0.946556 |
What this is
A corpus of >1.5M comments about AI music gathered from YouTube, Bilibili, Reddit, Twitter/X, and Weibo. Due to the nature of the platforms scraped, the comments are largely written in English and Chinese.
What the files are
raw_data.csv: the full dataset of >1.5M comments
final_data.csv: the processed dataset (around 95K comments) that has filtered out any comments that either
- have <5 likes, or
- are under a video post (i.e. YouTube or Bilibili) with a views to comments ratio less than 0.001
final_data.csv additionally contains relevance scores for each comment as well as the post that the comment was posted under
What the features are
For raw_data.csv
post_title: the title of the post
post_views: the number of views that the post has
post_likes: the number of likes that the post has
creator_id: the ID of the creator of the post
creator_subs: the number of subscribers the creator of the post has (in the case of YouTube or Bilibili)
post_comments: the total number of comments under the post that the current comment was published under
- this includes 弹幕 (bullet comments) in the case of Bilibili
comment: the actual content of the comment itself
comment_likes: the number of likes that the individual comment received (may be negative in the case of Reddit)
platform: the social media platform where the comment was published
url: the url of the post where the comment was published
comment_id: the ID of the comment
retweets: the number of retweets that the comment received (in the case of Twitter/X or Weibo)
- In the case of Weibo, the number of retweets is no longer an exact amount after 1 million; for posts with more than 1 million retweets, 1 million is used instead.
replies: the number of replies that the comment received
quotes: the number of times that the comment was quoted
bookmarks: the number of times that the comment was bookmarked
is_retweet: whether the comment is a retweet of some original tweet
is_quote: whether the comment is a quote from some original tweet
comment_parent_id: the ID of the comment that this comment replied to
post_desc: the description (if any) of the post that this comment was published under
post_dislikes: the number of dislikes that the post the comment was published under received
post_favs: the number of times that the post the comment was published under was favorited
- this includes coins in the case of Bilibili
post_shares: the number of times that the post the comment was published under was shared
post_keyword: the keywords of the post the comment was published under
creator_likes: the number of likes that the comment received from the creator of the post
For final_data.csv
comment: the actual content of the comment itself
post_title: the title of the post
post_desc: the description (if any) of the post that this comment was published under
platform: the social media platform where the comment was published
rel: the relevance of the comment (for details on how this is determined, please see the associated paper at (link coming soon))
post_rel: the average relevance of all of a given post's comments
More Information
For more information on how these comments were collected and how their relevances were scored, please see the associated paper at (link coming soon)
license: cc-by-nc-4.0
- Downloads last month
- 42